Searched full:ov5647 (Results 1 – 7 of 7) sorted by relevance
4 $id: http://devicetree.org/schemas/media/i2c/ovti,ov5647.yaml#7 title: Omnivision OV5647 raw image sensor14 The OV5647 is a raw image sensor with MIPI CSI-2 and CCP2 image data19 const: ovti,ov564761 ov5647: camera@36 {62 compatible = "ovti,ov5647";
3 * A V4L2 driver for OmniVision OV5647 cameras.67 /* OV5647 native and active pixel array size */99 struct ov5647 { struct114 static inline struct ov5647 *to_sensor(struct v4l2_subdev *sd) in to_sensor() argument116 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 …]
467 tristate "OmniVision OV5647 sensor support"470 OV5647 camera.473 module will be called ov5647.
97 obj-$(CONFIG_VIDEO_OV5647) += ov5647.o
308 compatible = "ovti,ov5647";
90 ov5647 OmniVision OV5647 sensor
17087 OMNIVISION OV5647 SENSOR DRIVER17093 F: Documentation/devicetree/bindings/media/i2c/ovti,ov5647.yaml17094 F: drivers/media/i2c/ov5647.c