/linux/drivers/media/i2c/ |
H A D | ov5645.c | 85 struct ov5645 { struct 111 static inline struct ov5645 *to_ov5645(struct v4l2_subdev *sd) in to_ov5645() argument 113 return container_of(sd, struct ov5645, sd); in to_ov5645() 537 static int ov5645_write_reg(struct ov5645 *ov5645, u16 reg, u8 val) in ov5645_write_reg() argument 546 ret = i2c_master_send(ov5645->i2c_client, regbuf, 3); in ov5645_write_reg() 548 dev_err(ov5645->dev, "%s: write reg error %d: reg=%x, val=%x\n", in ov5645_write_reg() 556 static int ov5645_read_reg(struct ov5645 *ov5645, u16 reg, u8 *val) in ov5645_read_reg() argument 564 ret = i2c_master_send(ov5645->i2c_client, regbuf, 2); in ov5645_read_reg() 566 dev_err(ov5645->dev, "%s: write reg error %d: reg=%x\n", in ov5645_read_reg() 571 ret = i2c_master_recv(ov5645->i2c_client, val, 1); in ov5645_read_reg() [all …]
|
H A D | Makefile | 96 obj-$(CONFIG_VIDEO_OV5645) += ov5645.o
|
H A D | Kconfig | 464 module will be called ov5645.
|
/linux/arch/arm64/boot/dts/renesas/ |
H A D | aistarvision-mipi-adapter-2.1.dtsi | 65 ov5645: ov5645@3c { label 66 compatible = "ovti,ov5645";
|
H A D | r9a07g044l2-smarc-cru-csi-ov5645.dtso | 16 #include "rz-smarc-cru-csi-ov5645.dtsi" 18 &ov5645 {
|
H A D | r9a07g043u11-smarc-cru-csi-ov5645.dtso | 16 #include "rz-smarc-cru-csi-ov5645.dtsi" 18 &ov5645 {
|
H A D | r9a07g044c2-smarc-cru-csi-ov5645.dtso | 16 #include "rz-smarc-cru-csi-ov5645.dtsi" 18 &ov5645 {
|
H A D | r9a07g054l2-smarc-cru-csi-ov5645.dtso | 16 #include "rz-smarc-cru-csi-ov5645.dtsi" 18 &ov5645 {
|
H A D | rz-smarc-cru-csi-ov5645.dtsi | 63 ov5645: camera@3c { label 64 compatible = "ovti,ov5645";
|
H A D | r8a774c0-ek874-mipi-2.1.dts | 46 &ov5645 { 66 * CSI2 also make sure remote-endpoint for ov5645 camera
|
H A D | hihope-rzg2-ex-aistarvision-mipi-adapter-2.1.dtsi | 57 &ov5645 {
|
/linux/Documentation/admin-guide/media/ |
H A D | qcom_camss_graph.dot | 39 …n00000057 [label="{{} | ov5645 1-0076\n/dev/v4l-subdev10 | {<port0> 0}}", shape=Mrecord, style=fil… 41 …n00000059 [label="{{} | ov5645 1-0074\n/dev/v4l-subdev11 | {<port0> 0}}", shape=Mrecord, style=fil…
|
H A D | qcom_camss_8x96_graph.dot | 100 …n000000e2 [label="{{} | ov5645 3-0039\n/dev/v4l-subdev19 | {<port0> 0}}", shape=Mrecord, style=fil… 102 …n000000e4 [label="{{} | ov5645 3-003a\n/dev/v4l-subdev20 | {<port0> 0}}", shape=Mrecord, style=fil… 104 …n000000e6 [label="{{} | ov5645 3-003b\n/dev/v4l-subdev21 | {<port0> 0}}", shape=Mrecord, style=fil…
|
H A D | i2c-cardlist.rst | 89 ov5645 OmniVision OV5645 sensor
|
/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6qdl-wandboard.dtsi | 135 compatible = "ovti,ov5645";
|
H A D | imx6qdl-pico.dtsi | 231 compatible = "ovti,ov5645";
|