Searched defs:ov5675 (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/media/i2c/ |
D | ov5675.c | 472 struct ov5675 { struct 485 const struct ov5675_mode *cur_mode; argument 488 struct mutex mutex; 512 static int ov5675_read_reg(struct ov5675 *ov5675, u16 reg, u16 len, u32 *val) in ov5675_read_reg() 542 static int ov5675_write_reg(struct ov5675 *ov5675, u16 reg, u16 len, u32 val) in ov5675_write_reg() 558 static int ov5675_write_reg_list(struct ov5675 *ov5675, in ov5675_write_reg_list() 579 static int ov5675_update_digital_gain(struct ov5675 *ov5675, u32 d_gain) in ov5675_update_digital_gain() 597 static int ov5675_test_pattern(struct ov5675 *ov5675, u32 pattern) in ov5675_test_pattern() 609 struct ov5675 *ov5675 = container_of(ctrl->handler, in ov5675_set_ctrl() local 671 static int ov5675_init_controls(struct ov5675 *ov5675) in ov5675_init_controls() [all …]
|