Home
last modified time | relevance | path

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

/linux-5.10/drivers/media/i2c/
Dov5647.c2 * A V4L2 driver for OmniVision OV5647 cameras.
36 #define SENSOR_NAME "ov5647"
80 struct ov5647 { struct
91 static inline struct ov5647 *to_state(struct v4l2_subdev *sd) in to_state() argument
93 return container_of(sd, struct ov5647, sd); in to_state()
350 struct ov5647 *ov5647 = to_state(sd); in ov5647_sensor_power() local
353 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 …]
DKconfig913 tristate "OmniVision OV5647 sensor support"
920 OV5647 camera.
923 module will be called ov5647.
DMakefile73 obj-$(CONFIG_VIDEO_OV5647) += ov5647.o
/linux-5.10/Documentation/devicetree/bindings/media/i2c/
Dov5647.yaml4 $id: http://devicetree.org/schemas/media/i2c/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
74 ov5647: camera@36 {
75 compatible = "ovti,ov5647";
/linux-5.10/Documentation/admin-guide/media/
Di2c-cardlist.rst88 ov5647 OmniVision OV5647 sensor
/linux-5.10/
DMAINTAINERS12908 OMNIVISION OV5647 SENSOR DRIVER
12914 F: Documentation/devicetree/bindings/media/i2c/ov5647.yaml
12915 F: drivers/media/i2c/ov5647.c