Searched defs:hi556 (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/media/i2c/ |
D | hi556.c | 478 struct hi556 { struct 491 const struct hi556_mode *cur_mode; argument 512 static int hi556_read_reg(struct hi556 *hi556, u16 reg, u16 len, u32 *val) in hi556_read_reg() 542 static int hi556_write_reg(struct hi556 *hi556, u16 reg, u16 len, u32 val) in hi556_write_reg() 558 static int hi556_write_reg_list(struct hi556 *hi556, in hi556_write_reg_list() 580 static int hi556_update_digital_gain(struct hi556 *hi556, u32 d_gain) in hi556_update_digital_gain() 603 static int hi556_test_pattern(struct hi556 *hi556, u32 pattern) in hi556_test_pattern() 627 struct hi556 *hi556 = container_of(ctrl->handler, in hi556_set_ctrl() local 688 static int hi556_init_controls(struct hi556 *hi556) in hi556_init_controls() 763 static int hi556_identify_module(struct hi556 *hi556) in hi556_identify_module() [all …]
|