Home
last modified time | relevance | path

Searched full:ov5647 (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/media/i2c/
Dovti,ov5647.yaml4 $id: http://devicetree.org/schemas/media/i2c/ovti,ov5647.yaml#
7 title: Omnivision OV5647 raw image sensor
14 The OV5647 is a raw image sensor with MIPI CSI-2 and CCP2 image data
19 const: ovti,ov5647
61 ov5647: camera@36 {
62 compatible = "ovti,ov5647";
/linux-6.12.1/drivers/media/i2c/
Dov5647.c3 * A V4L2 driver for OmniVision OV5647 cameras.
67 /* OV5647 native and active pixel array size */
99 struct ov5647 { struct
114 static inline struct ov5647 *to_sensor(struct v4l2_subdev *sd) in to_sensor() argument
116 return container_of(sd, struct ov5647, sd); in to_sensor()
690 struct ov5647 *sensor = to_sensor(sd); in ov5647_set_mode()
726 struct ov5647 *sensor = to_sensor(sd); in ov5647_stream_on()
775 struct ov5647 *sensor = dev_get_drvdata(dev); in ov5647_power_on()
778 dev_dbg(dev, "OV5647 power on\n"); in ov5647_power_on()
817 struct ov5647 *sensor = dev_get_drvdata(dev); in ov5647_power_off()
[all …]
DKconfig467 tristate "OmniVision OV5647 sensor support"
470 OV5647 camera.
473 module will be called ov5647.
DMakefile97 obj-$(CONFIG_VIDEO_OV5647) += ov5647.o
/linux-6.12.1/Documentation/devicetree/bindings/media/
Drockchip-isp1.yaml308 compatible = "ovti,ov5647";
/linux-6.12.1/Documentation/admin-guide/media/
Di2c-cardlist.rst90 ov5647 OmniVision OV5647 sensor
/linux-6.12.1/
DMAINTAINERS17087 OMNIVISION OV5647 SENSOR DRIVER
17093 F: Documentation/devicetree/bindings/media/i2c/ovti,ov5647.yaml
17094 F: drivers/media/i2c/ov5647.c