Home
last modified time | relevance | path

Searched full:ov7251 (Results 1 – 14 of 14) sorted by relevance

/kernel/linux/linux-6.6/drivers/media/i2c/
Dov7251.c3 * Driver for the OV7251 camera sensor.
125 struct ov7251 { struct
164 static inline struct ov7251 *to_ov7251(struct v4l2_subdev *sd) in to_ov7251() argument
166 return container_of(sd, struct ov7251, sd); in to_ov7251()
684 static int ov7251_regulators_enable(struct ov7251 *ov7251) in ov7251_regulators_enable() argument
688 /* 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 …]
DKconfig458 tristate "OmniVision OV7251 sensor support"
461 OV7251 camera.
464 module will be called ov7251.
DMakefile95 obj-$(CONFIG_VIDEO_OV7251) += ov7251.o
/kernel/linux/linux-5.10/drivers/media/i2c/
Dov7251.c3 * Driver for the OV7251 camera sensor.
62 struct ov7251 { struct
97 static inline struct ov7251 *to_ov7251(struct v4l2_subdev *sd) in to_ov7251() argument
99 return container_of(sd, struct ov7251, sd); in to_ov7251()
570 static int ov7251_regulators_enable(struct ov7251 *ov7251) in ov7251_regulators_enable() argument
574 /* OV7251 power up sequence requires core regulator in ov7251_regulators_enable()
578 ret = regulator_enable(ov7251->io_regulator); in ov7251_regulators_enable()
580 dev_err(ov7251->dev, "set io voltage failed\n"); in ov7251_regulators_enable()
584 ret = regulator_enable(ov7251->analog_regulator); in ov7251_regulators_enable()
586 dev_err(ov7251->dev, "set analog voltage failed\n"); in ov7251_regulators_enable()
[all …]
DKconfig973 tristate "OmniVision OV7251 sensor support"
980 OV7251 camera.
983 module will be called ov7251.
DMakefile78 obj-$(CONFIG_VIDEO_OV7251) += ov7251.o
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/media/i2c/
Dovti,ov7251.yaml4 $id: http://devicetree.org/schemas/media/i2c/ovti,ov7251.yaml#
7 title: OmniVision OV7251 Image Sensor
10 The Omnivision OV7251 is a 1/7.5-Inch CMOS active pixel digital image sensor
19 const: ovti,ov7251
90 compatible = "ovti,ov7251";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/i2c/
Dov7251.txt3 The Omnivision OV7251 is a 1/7.5-Inch CMOS active pixel digital image sensor
8 - compatible: Value should be "ovti,ov7251".
28 ov7251: camera-sensor@60 {
29 compatible = "ovti,ov7251";
/kernel/linux/linux-6.6/arch/arm64/boot/dts/qcom/
Dsdm845-db845c-navigation-mezzanine.dts69 compatible = "ovti,ov7251";
71 /* I2C address as per ov7251.txt linux documentation */
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/i2c/
Dqcom,i2c-cci.yaml255 compatible = "ovti,ov7251";
/kernel/linux/linux-5.10/Documentation/admin-guide/media/
Di2c-cardlist.rst93 ov7251 OmniVision OV7251 sensor
/kernel/linux/linux-6.6/Documentation/admin-guide/media/
Di2c-cardlist.rst95 ov7251 OmniVision OV7251 sensor
/kernel/linux/linux-5.10/arch/arm64/boot/dts/qcom/
Dsdm845-db845c.dts1159 compatible = "ovti,ov7251";
1161 // I2C address as per ov7251.txt linux documentation
/kernel/linux/linux-6.6/drivers/media/pci/intel/
Dipu-bridge.c49 /* Omnivision OV7251 */