Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A 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 …]
H A DMakefile97 obj-$(CONFIG_VIDEO_OV5647) += ov5647.o
H A DKconfig1608 tristate "OmniVision OV5647 sensor support"
1615 OV5647 camera.
1618 module will be called ov5647.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/i2c/
H A 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";
/OK3568_Linux_fs/buildroot/board/raspberrypi/
H A Dconfig_4_64bit.txt33 #dtoverlay=ov5647
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Drk3288-miniarm.dts443 camera0: ov5647@36 {
444 compatible = "ovti,ov5647";
/OK3568_Linux_fs/kernel/Documentation/admin-guide/media/
H A Di2c-cardlist.rst88 ov5647 OmniVision OV5647 sensor
/OK3568_Linux_fs/kernel/
H A DMAINTAINERS12944 OMNIVISION OV5647 SENSOR DRIVER
12950 F: Documentation/devicetree/bindings/media/i2c/ov5647.yaml
12951 F: drivers/media/i2c/ov5647.c