Home
last modified time | relevance | path

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

/Linux-v6.1/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 …]
DMakefile80 obj-$(CONFIG_VIDEO_OV2685) += ov2685.o
DKconfig422 tristate "OmniVision OV2685 sensor support"
428 OV2685 camera.
431 module will be called ov2685.
/Linux-v6.1/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-v6.1/Documentation/devicetree/bindings/media/
Drockchip-isp1.yaml212 compatible = "ovti,ov2685";
/Linux-v6.1/Documentation/admin-guide/media/
Di2c-cardlist.rst91 ov2685 OmniVision OV2685 sensor
/Linux-v6.1/arch/arm64/boot/dts/rockchip/
Drk3399-gru-scarlet.dtsi327 compatible = "ovti,ov2685";
/Linux-v6.1/
DMAINTAINERS15208 OMNIVISION OV2685 SENSOR DRIVER
15213 F: drivers/media/i2c/ov2685.c