Home
last modified time | relevance | path

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

/linux-5.10/drivers/media/i2c/
Dov7251.c62 struct ov7251 { struct
77 const struct ov7251_mode_info *current_mode; argument
97 static inline struct ov7251 *to_ov7251(struct v4l2_subdev *sd) in to_ov7251() argument
570 static int ov7251_regulators_enable(struct ov7251 *ov7251) in ov7251_regulators_enable()
607 static void ov7251_regulators_disable(struct ov7251 *ov7251) in ov7251_regulators_disable()
624 static int ov7251_write_reg(struct ov7251 *ov7251, u16 reg, u8 val) in ov7251_write_reg()
643 static int ov7251_write_seq_regs(struct ov7251 *ov7251, u16 reg, u8 *val, in ov7251_write_seq_regs()
669 static int ov7251_read_reg(struct ov7251 *ov7251, u16 reg, u8 *val) in ov7251_read_reg()
694 static int ov7251_set_exposure(struct ov7251 *ov7251, s32 exposure) in ov7251_set_exposure()
707 static int ov7251_set_gain(struct ov7251 *ov7251, s32 gain) in ov7251_set_gain()
[all …]