Home
last modified time | relevance | path

Searched full:ov5640 (Results 1 – 25 of 30) sorted by relevance

12

/Linux-v6.1/Documentation/admin-guide/media/
Dimx.rst115 MIPI CSI-2 OV5640 sensor, requires the i.MX6 MIPI CSI-2 receiver. But
409 i.MX6Q SabreLite with OV5642 and OV5640
413 camera interface, and the OV5640 module with a MIPI CSI-2
425 The MIPI CSI-2 OV5640 module is connected to the i.MX internal MIPI CSI-2
428 vc2 directly to IPU2 CSI0, and vc3 to the IPU2 CSI1 mux. The OV5640 is
430 OV5640 must not share the same i2c slave address.
434 the OV5640, transmitting on MIPI CSI-2 virtual channel 1 (which is
437 OV5640 UYVY2X8:
445 # Setup links for OV5640
446 media-ctl -l "'ov5640 1-0040':0 -> 'imx6-mipi-csi2':0[1]"
[all …]
Dimx7.rst158 i.MX6ULL-EVK with OV5640
161 On this platform a parallel OV5640 sensor is connected to the CSI port.
168 media-ctl -l "'ov5640 1-003c':0 -> 'csi':0[1]"
172 media-ctl -v -V "'ov5640 1-003c':0 [fmt:UYVY8_2X8/640x480 field:none]"
200 <- "ov5640 1-003c":0 [ENABLED,IMMUTABLE]
211 - entity 10: ov5640 1-003c (1 pad, 1 link)
Domap4_camera.rst36 - OMAP4430SDP, w/ ES2.1 GP & SEVM4430-CAM-V1-0 (Contains IMX060 & OV5640, in
44 * OV5640
Dimx6q-sabresd.dot54 …n00000087 [label="{{} | ov5640 1-003c\n/dev/v4l-subdev15 | {<port0> 0}}", shape=Mrecord, style=fil…
Di2c-cardlist.rst92 ov5640 OmniVision OV5640 sensor
/Linux-v6.1/Documentation/devicetree/bindings/media/i2c/
Dovti,ov5640.yaml4 $id: http://devicetree.org/schemas/media/i2c/ovti,ov5640.yaml#
7 title: OmniVision OV5640 Image Sensor Device Tree Bindings
17 const: ovti,ov5640
100 compatible = "ovti,ov5640";
130 compatible = "ovti,ov5640";
/Linux-v6.1/arch/arm/boot/dts/
Dr8a7742-iwg21d-q7-dbcm-ov5640-single.dtsi3 * This include file ties a VIN interface with a single ov5640 sensor on
15 ov5640@3c {
16 compatible = "ovti,ov5640";
Dr8a7742-iwg21d-q7-dbcm-ca.dts217 * Below configuration ties VINx endpoints to ov5640/ov7725 camera endpoints
228 #include "r8a7742-iwg21d-q7-dbcm-ov5640-single.dtsi"
262 #include "r8a7742-iwg21d-q7-dbcm-ov5640-single.dtsi"
294 #include "r8a7742-iwg21d-q7-dbcm-ov5640-single.dtsi"
325 #include "r8a7742-iwg21d-q7-dbcm-ov5640-single.dtsi"
Dsun8i-s3-pinecube.dts99 ov5640: camera@3c { label
100 compatible = "ovti,ov5640";
Dimx6q-icore-mipi.dts27 &ov5640 {
Dimx6qdl-icore.dtsi199 ov5640: camera@3c { label
200 compatible = "ovti,ov5640";
Dstm32mp157c-ev1.dts183 ov5640: camera@3c { label
184 compatible = "ovti,ov5640";
Dimx6qdl-apalis.dtsi33 clk_ov5640_osc: clk-ov5640-osc {
120 reg_ov5640_1v8_d_o_vdd: regulator-ov5640-1v8-d-o-vdd {
130 reg_ov5640_2v8_a_vdd: regulator-ov5640-2v8-a-vdd {
694 compatible = "ovti,ov5640";
Dimx6-logicpd-baseboard.dtsi261 ov5640: camera@10 { label
262 compatible = "ovti,ov5640";
Dimx6ul-14x14-evk.dtsi50 * - ov5640 camera
143 compatible = "ovti,ov5640";
Dimx6qdl-sabrelite.dtsi344 ov5640: camera@40 { label
345 compatible = "ovti,ov5640";
Ddra72-evm-common.dtsi280 ov5640@3c {
281 compatible = "ovti,ov5640";
Dimx6qdl-sabresd.dtsi318 ov5640: camera@3c { label
319 compatible = "ovti,ov5640";
/Linux-v6.1/arch/arm64/boot/dts/allwinner/
Dsun50i-a64-amarula-relic.dts32 ov5640: camera@3c { label
33 compatible = "ovti,ov5640";
Dsun50i-a64-pinetab.dts59 ov5640: camera@3c { label
60 compatible = "ovti,ov5640";
/Linux-v6.1/Documentation/devicetree/bindings/media/
Dti,cal.yaml159 compatible = "ovti,ov5640";
/Linux-v6.1/drivers/media/i2c/
Dov5640.c440 struct clk *xclk; /* system clock to OV5640 */
1636 /* download ov5640 settings to sensor through i2c */
2566 * When configured in parallel mode, the OV5640 will in ov5640_set_power_dvp()
2701 struct ov5640_dev *ov5640 = to_ov5640_dev(sd); in ov5640_sensor_suspend() local
2703 return ov5640_set_power(ov5640, false); in ov5640_sensor_suspend()
2709 struct ov5640_dev *ov5640 = to_ov5640_dev(sd); in ov5640_sensor_resume() local
2711 return ov5640_set_power(ov5640, true); in ov5640_sensor_resume()
3949 {"ov5640", 0},
3955 { .compatible = "ovti,ov5640" },
3962 .name = "ov5640",
[all …]
DMakefile82 obj-$(CONFIG_VIDEO_OV5640) += ov5640.o
DKconfig449 tristate "OmniVision OV5640 sensor support"
457 OV5640 camera sensor with a MIPI CSI-2 interface.
/Linux-v6.1/arch/arm64/boot/dts/freescale/
Dimx8mm-beacon-baseboard.dtsi145 compatible = "ovti,ov5640";

12