Searched defs:ov7251 (Results 1 – 1 of 1) sorted by relevance
125 struct ov7251 { struct140 const struct ov7251_pll_cfgs *pll_cfgs; argument142 const struct ov7251_mode_info *current_mode; argument164 static inline struct ov7251 *to_ov7251(struct v4l2_subdev *sd) in to_ov7251() argument684 static int ov7251_regulators_enable(struct ov7251 *ov7251) in ov7251_regulators_enable()721 static void ov7251_regulators_disable(struct ov7251 *ov7251) in ov7251_regulators_disable()738 static int ov7251_write_reg(struct ov7251 *ov7251, u16 reg, u8 val) in ov7251_write_reg()757 static int ov7251_write_seq_regs(struct ov7251 *ov7251, u16 reg, u8 *val, in ov7251_write_seq_regs()783 static int ov7251_read_reg(struct ov7251 *ov7251, u16 reg, u8 *val) in ov7251_read_reg()808 static int ov7251_pll_configure(struct ov7251 *ov7251) in ov7251_pll_configure()[all …]