Searched full:ov7251 (Results 1 – 3 of 3) sorted by relevance
3 * Driver for the OV7251 camera sensor.125 struct ov7251 { struct164 static inline struct ov7251 *to_ov7251(struct v4l2_subdev *sd) in to_ov7251() argument166 return container_of(sd, struct ov7251, sd); in to_ov7251()684 static int ov7251_regulators_enable(struct ov7251 *ov7251) in ov7251_regulators_enable() argument688 /* OV7251 power up sequence requires core regulator in ov7251_regulators_enable()692 ret = regulator_enable(ov7251->io_regulator); in ov7251_regulators_enable()694 dev_err(ov7251->dev, "set io voltage failed\n"); in ov7251_regulators_enable()698 ret = regulator_enable(ov7251->analog_regulator); in ov7251_regulators_enable()700 dev_err(ov7251->dev, "set analog voltage failed\n"); in ov7251_regulators_enable()[all …]
565 tristate "OmniVision OV7251 sensor support"568 OV7251 camera.571 module will be called ov7251.
95 ov7251 OmniVision OV7251 sensor