Searched refs:ov2659 (Results 1 – 11 of 11) sorted by relevance
/Linux-v6.1/drivers/media/i2c/ |
D | ov2659.c | 197 struct ov2659 { struct 817 static inline struct ov2659 *to_ov2659(struct v4l2_subdev *sd) in to_ov2659() 819 return container_of(sd, struct ov2659, sd); in to_ov2659() 891 static void ov2659_pll_calc_params(struct ov2659 *ov2659) in ov2659_pll_calc_params() argument 893 const struct ov2659_platform_data *pdata = ov2659->pdata; in ov2659_pll_calc_params() 895 struct i2c_client *client = ov2659->client; in ov2659_pll_calc_params() 907 actual = ov2659->xvclk_frequency; in ov2659_pll_calc_params() 924 ov2659->pll.ctrl1 = ctrl1_reg; in ov2659_pll_calc_params() 925 ov2659->pll.ctrl2 = ctrl2_reg; in ov2659_pll_calc_params() 926 ov2659->pll.ctrl3 = ctrl3_reg; in ov2659_pll_calc_params() [all …]
|
D | Makefile | 78 obj-$(CONFIG_VIDEO_OV2659) += ov2659.o
|
D | Kconfig | 407 module will be called ov2659.
|
/Linux-v6.1/Documentation/devicetree/bindings/media/i2c/ |
D | ov2659.txt | 9 - compatible: Must be "ovti,ov2659" 29 ov2659@30 { 30 compatible = "ovti,ov2659";
|
/Linux-v6.1/Documentation/devicetree/bindings/media/ |
D | ti-am437x-vpfe.txt | 50 ov2659@30 { 51 compatible = "ti,ov2659";
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | imx6qdl-ds.dtsi | 224 ov2659: camera@30 { label 225 compatible = "ovti,ov2659";
|
D | am437x-gp-evm.dts | 696 ov2659@30 { 697 compatible = "ovti,ov2659"; 737 ov2659@30 { 738 compatible = "ovti,ov2659";
|
D | am437x-sk-evm.dts | 586 ov2659@30 { 587 compatible = "ovti,ov2659";
|
D | am43x-epos-evm.dts | 693 ov2659@30 { 694 compatible = "ovti,ov2659";
|
/Linux-v6.1/Documentation/admin-guide/media/ |
D | i2c-cardlist.rst | 89 ov2659 OmniVision OV2659 sensor
|
/Linux-v6.1/ |
D | MAINTAINERS | 15501 F: drivers/media/i2c/ov2659.c 15502 F: include/media/i2c/ov2659.h
|