Home
last modified time | relevance | path

Searched full:ov2680 (Results 1 – 23 of 23) sorted by relevance

/kernel/linux/linux-6.6/Documentation/devicetree/bindings/media/i2c/
Dovti,ov2680.yaml4 $id: http://devicetree.org/schemas/media/i2c/ovti,ov2680.yaml#
7 title: Omnivision OV2680 CMOS Sensor
13 The OV2680 color sensor is a low voltage, high performance 1/5 inch UXGA (2
17 interface. The OV2680 has an image array capable of operating at up to 30
22 const: ovti,ov2680
78 ov2680: camera-sensor@36 {
79 compatible = "ovti,ov2680";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/i2c/
Dov2680.txt1 * Omnivision OV2680 MIPI CSI-2 sensor
4 - compatible: should be "ovti,ov2680".
13 if any. This is an active low signal to the OV2680.
28 ov2680: camera-sensor@36 {
29 compatible = "ovti,ov2680";
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/
DTODO32 * The atomisp ov2680 and ov5693 sensor drivers bind to the same hw-ids as
33 the standard ov2680 and ov5693 drivers under drivers/media/i2c, which
34 conflicts. Drop the atomisp private ov2680 and ov5693 drivers:
35 * Port various ov2680 improvements from atomisp_ov2680.c to regular ov2680.c
36 and switch to regular ov2680 driver
Dnotes.txt42 -raw_bayer_order, adjusted by the ov2680 driver when flipping since
/kernel/linux/linux-5.10/Documentation/admin-guide/media/
Dimx7.rst73 Warp7 with OV2680
76 On this platform an OV2680 MIPI CSI-2 module is connected to the internal MIPI
83 media-ctl -l "'ov2680 1-0036':0 -> 'imx7-mipi-csis.0':0[1]"
89 media-ctl -V "'ov2680 1-0036':0 [fmt:SBGGR10_1X10/800x600 field:none]"
146 <- "ov2680 1-0036":0 [ENABLED]
151 - entity 17: ov2680 1-0036 (1 pad, 1 link)
Di2c-cardlist.rst84 ov2680 OmniVision OV2680 sensor
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/i2c/
DKconfig61 tristate "Omnivision OV2680 sensor support"
66 OV2680 raw camera.
68 ov2680 is a 2M raw sensor.
Datomisp-ov2680.c3 * Support for OmniVision OV2680 1080p HD camera sensor.
38 #include "ov2680.h"
130 /*const f number for ov2680*/ in ov2680_g_fnumber()
730 /* The OV2680 documents only one GPIO input (#XSHUTDN), but in gpio_ctrl()
971 "ov2680 write resolution register err: %d\n", ret); in ov2680_set_fmt()
992 * dev_err(&client->dev, "ov2680 startup err\n"); in ov2680_set_fmt()
1105 dev_err(&client->dev, "ov2680 power-off err.\n"); in ov2680_s_config()
1111 dev_err(&client->dev, "ov2680 power-up err.\n"); in ov2680_s_config()
1129 dev_err(&client->dev, "ov2680 power-off err.\n"); in ov2680_s_config()
1301 dev_dbg(&client->dev, "+++ remove ov2680\n"); in ov2680_probe()
[all …]
DMakefile10 obj-$(CONFIG_VIDEO_ATOMISP_OV2680) += atomisp-ov2680.o
Dov2680.h3 * Support for OmniVision OV2680 5M camera sensor.
84 * OV2680 System control registers
167 * ov2680 device structure.
/kernel/linux/linux-6.6/Documentation/admin-guide/media/
Dimx7.rst73 Warp7 with OV2680
76 On this platform an OV2680 MIPI CSI-2 module is connected to the internal MIPI
83 media-ctl -l "'ov2680 1-0036':0 -> 'imx7-mipi-csis.0':0[1]"
89 media-ctl -V "'ov2680 1-0036':0 [fmt:SBGGR10_1X10/800x600 field:none]"
146 <- "ov2680 1-0036":0 [ENABLED]
151 - entity 17: ov2680 1-0036 (1 pad, 1 link)
Di2c-cardlist.rst86 ov2680 OmniVision OV2680 sensor
/kernel/linux/linux-5.10/drivers/media/i2c/
Dov2680.c3 * Omnivision OV2680 CMOS Image Sensor driver
936 dev_info(dev, "ov2680 init correctly\n"); in ov2680_probe()
941 dev_err(dev, "ov2680 init fail: %d\n", ret); in ov2680_probe()
999 { .compatible = "ovti,ov2680" },
1006 .name = "ov2680",
1016 MODULE_DESCRIPTION("OV2680 CMOS Image Sensor driver");
DKconfig850 tristate "OmniVision OV2680 sensor support"
856 OV2680 camera.
859 module will be called ov2680.
DMakefile68 obj-$(CONFIG_VIDEO_OV2680) += ov2680.o
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dimx7s-warp.dts196 ov2680: camera@36 { label
197 compatible = "ovti,ov2680";
/kernel/linux/linux-6.6/arch/arm/boot/dts/nxp/imx/
Dimx7s-warp.dts196 ov2680: camera@36 { label
197 compatible = "ovti,ov2680";
/kernel/linux/linux-6.6/drivers/media/i2c/
Dov2680.c3 * Omnivision OV2680 CMOS Image Sensor driver
1195 dev_err(dev, "ov2680 init fail: %d\n", ret); in ov2680_probe()
1261 { .compatible = "ovti,ov2680" },
1274 .name = "ov2680",
1285 MODULE_DESCRIPTION("OV2680 CMOS Image Sensor driver");
DKconfig335 tristate "OmniVision OV2680 sensor support"
339 OV2680 camera.
342 module will be called ov2680.
DMakefile82 obj-$(CONFIG_VIDEO_OV2680) += ov2680.o
/kernel/linux/linux-6.6/drivers/media/pci/intel/
Dipu-bridge.c51 /* Omnivision OV2680 */
/kernel/linux/linux-5.10/
DMAINTAINERS12870 OMNIVISION OV2680 SENSOR DRIVER
12875 F: Documentation/devicetree/bindings/media/i2c/ov2680.txt
12876 F: drivers/media/i2c/ov2680.c
/kernel/linux/linux-6.6/
DMAINTAINERS15744 OMNIVISION OV2680 SENSOR DRIVER
15750 F: Documentation/devicetree/bindings/media/i2c/ovti,ov2680.yaml
15751 F: drivers/media/i2c/ov2680.c