Searched defs:ov9734 (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/media/i2c/ |
D | ov9734.c | 323 struct ov9734 { struct 336 const struct ov9734_mode *cur_mode; argument 345 static inline struct ov9734 *to_ov9734(struct v4l2_subdev *subdev) in to_ov9734() argument 368 static int ov9734_read_reg(struct ov9734 *ov9734, u16 reg, u16 len, u32 *val) in ov9734_read_reg() 398 static int ov9734_write_reg(struct ov9734 *ov9734, u16 reg, u16 len, u32 val) in ov9734_write_reg() 417 static int ov9734_write_reg_list(struct ov9734 *ov9734, in ov9734_write_reg_list() 438 static int ov9734_update_digital_gain(struct ov9734 *ov9734, u32 d_gain) in ov9734_update_digital_gain() 469 static int ov9734_test_pattern(struct ov9734 *ov9734, u32 pattern) in ov9734_test_pattern() 480 struct ov9734 *ov9734 = container_of(ctrl->handler, in ov9734_set_ctrl() local 540 static int ov9734_init_controls(struct ov9734 *ov9734) in ov9734_init_controls() [all …]
|