Searched full:ov5647 (Results 1 – 6 of 6) sorted by relevance
2 * A V4L2 driver for OmniVision OV5647 cameras.36 #define SENSOR_NAME "ov5647"80 struct ov5647 { struct91 static inline struct ov5647 *to_state(struct v4l2_subdev *sd) in to_state() argument93 return container_of(sd, struct ov5647, sd); in to_state()350 struct ov5647 *ov5647 = to_state(sd); in ov5647_sensor_power() local353 mutex_lock(&ov5647->lock); in ov5647_sensor_power()355 if (on && !ov5647->power_count) { in ov5647_sensor_power()356 dev_dbg(&client->dev, "OV5647 power on\n"); in ov5647_sensor_power()358 ret = clk_prepare_enable(ov5647->xclk); in ov5647_sensor_power()[all …]
913 tristate "OmniVision OV5647 sensor support"920 OV5647 camera.923 module will be called ov5647.
73 obj-$(CONFIG_VIDEO_OV5647) += ov5647.o
4 $id: http://devicetree.org/schemas/media/i2c/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,ov564774 ov5647: camera@36 {75 compatible = "ovti,ov5647";
88 ov5647 OmniVision OV5647 sensor
12908 OMNIVISION OV5647 SENSOR DRIVER12914 F: Documentation/devicetree/bindings/media/i2c/ov5647.yaml12915 F: drivers/media/i2c/ov5647.c