Searched defs:hi556 (Results 1 – 1 of 1) sorted by relevance
/linux-6.8/drivers/media/i2c/ |
D | hi556.c | 624 struct hi556 { struct 637 const struct hi556_mode *cur_mode; argument 655 static int hi556_read_reg(struct hi556 *hi556, u16 reg, u16 len, u32 *val) in hi556_read_reg() 685 static int hi556_write_reg(struct hi556 *hi556, u16 reg, u16 len, u32 val) in hi556_write_reg() 701 static int hi556_write_reg_list(struct hi556 *hi556, in hi556_write_reg_list() 723 static int hi556_update_digital_gain(struct hi556 *hi556, u32 d_gain) in hi556_update_digital_gain() 746 static int hi556_test_pattern(struct hi556 *hi556, u32 pattern) in hi556_test_pattern() 770 struct hi556 *hi556 = container_of(ctrl->handler, in hi556_set_ctrl() local 831 static int hi556_init_controls(struct hi556 *hi556) in hi556_init_controls() 906 static int hi556_identify_module(struct hi556 *hi556) in hi556_identify_module() [all …]
|