Searched refs:ov2659 (Results 1 – 8 of 8) 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 …]
110 obj-$(CONFIG_VIDEO_OV2659) += ov2659.o
644 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";
712 ov2659@30 {713 compatible = "ovti,ov2659";753 ov2659@30 {754 compatible = "ovti,ov2659";
769 header-test- += media/i2c/ov2659.h
12214 F: drivers/media/i2c/ov2659.c12215 F: include/media/i2c/ov2659.h