Searched refs:ov2659 (Results 1 – 6 of 6) 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()923 actual = ov2659->xvclk_frequency; in ov2659_pll_calc_params()943 ov2659->pll.ctrl1 = ctrl1_reg; in ov2659_pll_calc_params()944 ov2659->pll.ctrl2 = ctrl2_reg; in ov2659_pll_calc_params()945 ov2659->pll.ctrl3 = ctrl3_reg; in ov2659_pll_calc_params()[all …]
80 obj-$(CONFIG_VIDEO_OV2659) += ov2659.o
478 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";
9041 F: drivers/media/i2c/ov2659.c9042 F: include/media/ov2659.h