Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/media/i2c/
Dov2685.c3 * ov2685 driver
83 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()
[all …]
DMakefile70 obj-$(CONFIG_VIDEO_OV2685) += ov2685.o
DKconfig932 tristate "OmniVision OV2685 sensor support"
938 OV2685 camera.
941 module will be called ov2685.
/Linux-v5.15/Documentation/devicetree/bindings/media/i2c/
Dov2685.txt1 * Omnivision OV2685 MIPI CSI-2 sensor
4 - compatible: shall be "ovti,ov2685"
20 ov2685: camera-sensor@3c {
21 compatible = "ovti,ov2685";
/Linux-v5.15/Documentation/devicetree/bindings/media/
Drockchip-isp1.yaml174 compatible = "ovti,ov2685";
/Linux-v5.15/Documentation/admin-guide/media/
Di2c-cardlist.rst85 ov2685 OmniVision OV2685 sensor
/Linux-v5.15/arch/arm64/boot/dts/rockchip/
Drk3399-gru-scarlet.dtsi325 compatible = "ovti,ov2685";
/Linux-v5.15/
DMAINTAINERS13828 OMNIVISION OV2685 SENSOR DRIVER
13833 F: drivers/media/i2c/ov2685.c