Home
last modified time | relevance | path

Searched refs:ov2685 (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dov2685.c83 struct ov2685 { struct
103 #define to_ov2685(sd) container_of(sd, struct ov2685, subdev) argument
334 struct ov2685 *ov2685 = to_ov2685(sd); in ov2685_set_fmt() local
338 ov2685_fill_fmt(ov2685->cur_mode, mbus_fmt); in ov2685_set_fmt()
347 struct ov2685 *ov2685 = to_ov2685(sd); in ov2685_get_fmt() local
350 ov2685_fill_fmt(ov2685->cur_mode, mbus_fmt); in ov2685_get_fmt()
392 static int __ov2685_power_on(struct ov2685 *ov2685) in __ov2685_power_on() argument
396 struct device *dev = &ov2685->client->dev; in __ov2685_power_on()
398 ret = clk_prepare_enable(ov2685->xvclk); in __ov2685_power_on()
404 gpiod_set_value_cansleep(ov2685->reset_gpio, 1); in __ov2685_power_on()
[all …]
H A DMakefile88 obj-$(CONFIG_VIDEO_OV2685) += ov2685.o
H A DKconfig1507 module will be called ov2685.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/i2c/
H A Dov2685.txt4 - compatible: shall be "ovti,ov2685"
20 ov2685: camera-sensor@3c {
21 compatible = "ovti,ov2685";
/OK3568_Linux_fs/kernel/Documentation/admin-guide/media/
H A Di2c-cardlist.rst85 ov2685 OmniVision OV2685 sensor
/OK3568_Linux_fs/kernel/
H A DMAINTAINERS12926 F: drivers/media/i2c/ov2685.c