Searched defs:hi556 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/media/i2c/ |
H A D | hi556.c | 562 struct hi556 { struct 575 const struct hi556_mode *cur_mode; argument 596 static int hi556_read_reg(struct hi556 *hi556, u16 reg, u16 len, u32 *val) in hi556_read_reg() 626 static int hi556_write_reg(struct hi556 *hi556, u16 reg, u16 len, u32 val) in hi556_write_reg() 642 static int hi556_write_reg_list(struct hi556 *hi556, in hi556_write_reg_list() 664 static int hi556_update_digital_gain(struct hi556 *hi556, u32 d_gain) in hi556_update_digital_gain() 687 static int hi556_test_pattern(struct hi556 *hi556, u32 pattern) in hi556_test_pattern() 711 struct hi556 *hi556 = container_of(ctrl->handler, in hi556_set_ctrl() local 772 static int hi556_init_controls(struct hi556 *hi556) in hi556_init_controls() 847 static int hi556_identify_module(struct hi556 *hi556) in hi556_identify_module() [all …]
|