Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/media/i2c/
Dov2685.c3 * ov2685 driver
88 struct ov2685 { struct
108 #define to_ov2685(sd) container_of(sd, struct ov2685, subdev) argument
347 struct ov2685 *ov2685 = to_ov2685(sd); in ov2685_set_fmt() local
351 ov2685_fill_fmt(ov2685->cur_mode, mbus_fmt); in ov2685_set_fmt()
360 struct ov2685 *ov2685 = to_ov2685(sd); in ov2685_get_fmt() local
363 ov2685_fill_fmt(ov2685->cur_mode, mbus_fmt); in ov2685_get_fmt()
400 __ov2685_get_pad_crop(struct ov2685 *ov2685, in __ov2685_get_pad_crop() argument
404 const struct ov2685_mode *mode = ov2685->cur_mode; in __ov2685_get_pad_crop()
408 return v4l2_subdev_get_try_crop(&ov2685->subdev, state, pad); in __ov2685_get_pad_crop()
[all …]
DKconfig345 tristate "OmniVision OV2685 sensor support"
348 OV2685 camera.
351 module will be called ov2685.
DMakefile83 obj-$(CONFIG_VIDEO_OV2685) += ov2685.o
/kernel/linux/linux-5.10/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 …]
DKconfig862 tristate "OmniVision OV2685 sensor support"
868 OV2685 camera.
871 module will be called ov2685.
DMakefile69 obj-$(CONFIG_VIDEO_OV2685) += ov2685.o
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/media/i2c/
Dovti,ov2685.yaml4 $id: http://devicetree.org/schemas/media/i2c/ovti,ov2685.yaml#
7 title: OmniVision OV2685 Image Sensor
14 const: ovti,ov2685
79 ov2685: camera-sensor@3c {
80 compatible = "ovti,ov2685";
/kernel/linux/linux-5.10/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";
/kernel/linux/linux-5.10/drivers/staging/media/rkisp1/Documentation/devicetree/bindings/media/
Drockchip-isp1.yaml181 compatible = "ovti,ov2685";
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/media/
Drockchip-isp1.yaml214 compatible = "ovti,ov2685";
/kernel/linux/linux-6.6/Documentation/admin-guide/media/
Di2c-cardlist.rst87 ov2685 OmniVision OV2685 sensor
/kernel/linux/linux-5.10/Documentation/admin-guide/media/
Di2c-cardlist.rst85 ov2685 OmniVision OV2685 sensor
/kernel/linux/linux-6.6/arch/arm64/boot/dts/rockchip/
Drk3399-gru-scarlet.dtsi326 compatible = "ovti,ov2685";
/kernel/linux/linux-6.6/
DMAINTAINERS15753 OMNIVISION OV2685 SENSOR DRIVER
15758 F: Documentation/devicetree/bindings/media/i2c/ovti,ov2685.yaml
15759 F: drivers/media/i2c/ov2685.c
/kernel/linux/linux-5.10/
DMAINTAINERS12878 OMNIVISION OV2685 SENSOR DRIVER
12883 F: drivers/media/i2c/ov2685.c