Home
last modified time | relevance | path

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

/linux/drivers/media/i2c/
H A Dov7251.c124 struct ov7251 { struct
139 const struct ov7251_pll_cfgs *pll_cfgs; argument
141 const struct ov7251_mode_info *current_mode; argument
163 static inline struct ov7251 *to_ov7251(struct v4l2_subdev *sd) in to_ov7251() argument
683 static int ov7251_regulators_enable(struct ov7251 *ov7251) in ov7251_regulators_enable()
720 static void ov7251_regulators_disable(struct ov7251 *ov7251) in ov7251_regulators_disable()
737 static int ov7251_write_reg(struct ov7251 *ov7251, u16 reg, u8 val) in ov7251_write_reg()
756 static int ov7251_write_seq_regs(struct ov7251 *ov7251, u16 reg, u8 *val, in ov7251_write_seq_regs()
782 static int ov7251_read_reg(struct ov7251 *ov7251, u16 reg, u8 *val) in ov7251_read_reg()
807 static int ov7251_pll_configure(struct ov7251 *ov7251) in ov7251_pll_configure()
[all …]