Home
last modified time | relevance | path

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

/Linux-v6.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-v6.1/drivers/media/i2c/
Dov5647.c3 * A V4L2 driver for OmniVision OV5647 cameras.
66 /* OV5647 native and active pixel array size */
98 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()
670 struct ov5647 *sensor = to_sensor(sd); in ov5647_set_mode()
706 struct ov5647 *sensor = to_sensor(sd); in ov5647_stream_on()
755 struct ov5647 *sensor = dev_get_drvdata(dev); in ov5647_power_on()
758 dev_dbg(dev, "OV5647 power on\n"); in ov5647_power_on()
797 struct ov5647 *sensor = dev_get_drvdata(dev); in ov5647_power_off()
[all …]
DMakefile84 obj-$(CONFIG_VIDEO_OV5647) += ov5647.o
DKconfig474 tristate "OmniVision OV5647 sensor support"
481 OV5647 camera.
484 module will be called ov5647.
/Linux-v6.1/Documentation/devicetree/bindings/media/
Drockchip-isp1.yaml274 compatible = "ovti,ov5647";
/Linux-v6.1/Documentation/admin-guide/media/
Di2c-cardlist.rst94 ov5647 OmniVision OV5647 sensor
/Linux-v6.1/
DMAINTAINERS15231 OMNIVISION OV5647 SENSOR DRIVER
15237 F: Documentation/devicetree/bindings/media/i2c/ovti,ov5647.yaml
15238 F: drivers/media/i2c/ov5647.c