Searched full:ov2685 (Results 1 – 8 of 8) sorted by relevance
3 * ov2685 driver83 struct ov2685 { struct103 #define to_ov2685(sd) container_of(sd, struct ov2685, subdev) argument334 struct ov2685 *ov2685 = to_ov2685(sd); in ov2685_set_fmt() local338 ov2685_fill_fmt(ov2685->cur_mode, mbus_fmt); in ov2685_set_fmt()347 struct ov2685 *ov2685 = to_ov2685(sd); in ov2685_get_fmt() local350 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() argument396 struct device *dev = &ov2685->client->dev; in __ov2685_power_on()398 ret = clk_prepare_enable(ov2685->xvclk); in __ov2685_power_on()[all …]
80 obj-$(CONFIG_VIDEO_OV2685) += ov2685.o
422 tristate "OmniVision OV2685 sensor support"428 OV2685 camera.431 module will be called ov2685.
1 * Omnivision OV2685 MIPI CSI-2 sensor4 - compatible: shall be "ovti,ov2685"20 ov2685: camera-sensor@3c {21 compatible = "ovti,ov2685";
212 compatible = "ovti,ov2685";
91 ov2685 OmniVision OV2685 sensor
327 compatible = "ovti,ov2685";
15208 OMNIVISION OV2685 SENSOR DRIVER15213 F: drivers/media/i2c/ov2685.c