Searched defs:ov9734 (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/media/i2c/ |
D | ov9734.c | 323 struct ov9734 { struct 336 const struct ov9734_mode *cur_mode; argument 342 static inline struct ov9734 *to_ov9734(struct v4l2_subdev *subdev) in to_ov9734() argument 365 static int ov9734_read_reg(struct ov9734 *ov9734, u16 reg, u16 len, u32 *val) in ov9734_read_reg() 395 static int ov9734_write_reg(struct ov9734 *ov9734, u16 reg, u16 len, u32 val) in ov9734_write_reg() 414 static int ov9734_write_reg_list(struct ov9734 *ov9734, in ov9734_write_reg_list() 435 static int ov9734_update_digital_gain(struct ov9734 *ov9734, u32 d_gain) in ov9734_update_digital_gain() 466 static int ov9734_test_pattern(struct ov9734 *ov9734, u32 pattern) in ov9734_test_pattern() 477 struct ov9734 *ov9734 = container_of(ctrl->handler, in ov9734_set_ctrl() local 537 static int ov9734_init_controls(struct ov9734 *ov9734) in ov9734_init_controls() [all …]
|