Home
last modified time | relevance | path

Searched defs:ov7251 (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/media/i2c/
H A Dov7251.c125 struct ov7251 { struct
140 const struct ov7251_pll_cfgs *pll_cfgs; argument
142 const struct ov7251_mode_info *current_mode; argument
164 static inline struct ov7251 *to_ov7251(struct v4l2_subdev *sd) in to_ov7251() argument
684 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 …]