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.66 /* OV5647 native and active pixel array size */98 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()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 …]
84 obj-$(CONFIG_VIDEO_OV5647) += ov5647.o
474 tristate "OmniVision OV5647 sensor support"481 OV5647 camera.484 module will be called ov5647.
274 compatible = "ovti,ov5647";
94 ov5647 OmniVision OV5647 sensor
15231 OMNIVISION OV5647 SENSOR DRIVER15237 F: Documentation/devicetree/bindings/media/i2c/ovti,ov5647.yaml15238 F: drivers/media/i2c/ov5647.c