Searched refs:ov2685 (Results 1 – 7 of 7) sorted by relevance
83 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()404 gpiod_set_value_cansleep(ov2685->reset_gpio, 1); in __ov2685_power_on()[all …]
80 obj-$(CONFIG_VIDEO_OV2685) += ov2685.o
431 module will be called ov2685.
4 - compatible: shall be "ovti,ov2685"20 ov2685: camera-sensor@3c {21 compatible = "ovti,ov2685";
91 ov2685 OmniVision OV2685 sensor
327 compatible = "ovti,ov2685";
15213 F: drivers/media/i2c/ov2685.c