Searched refs:ov2659 (Results 1 – 7 of 7) sorted by relevance
221 struct ov2659 { struct832 static inline struct ov2659 *to_ov2659(struct v4l2_subdev *sd) in to_ov2659()834 return container_of(sd, struct ov2659, sd); in to_ov2659()906 static void ov2659_pll_calc_params(struct ov2659 *ov2659) in ov2659_pll_calc_params() argument908 const struct ov2659_platform_data *pdata = ov2659->pdata; in ov2659_pll_calc_params()910 struct i2c_client *client = ov2659->client; in ov2659_pll_calc_params()922 actual = ov2659->xvclk_frequency; in ov2659_pll_calc_params()939 ov2659->pll.ctrl1 = ctrl1_reg; in ov2659_pll_calc_params()940 ov2659->pll.ctrl2 = ctrl2_reg; in ov2659_pll_calc_params()941 ov2659->pll.ctrl3 = ctrl3_reg; in ov2659_pll_calc_params()[all …]
107 obj-$(CONFIG_VIDEO_OV2659) += ov2659.o
638 module will be called ov2659.
9 - compatible: Must be "ovti,ov2659"23 ov2659@30 {24 compatible = "ovti,ov2659";
50 ov2659@30 {51 compatible = "ti,ov2659";
608 ov2659@30 {609 compatible = "ovti,ov2659";649 ov2659@30 {650 compatible = "ovti,ov2659";
10911 F: drivers/media/i2c/ov2659.c10912 F: include/media/i2c/ov2659.h