Searched defs:ov13858 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/media/i2c/ |
H A D | ov13858.c | 1030 struct ov13858 { struct 1043 const struct ov13858_mode *cur_mode; argument 1052 #define to_ov13858(_sd) container_of(_sd, struct ov13858, sd) argument 1055 static int ov13858_read_reg(struct ov13858 *ov13858, u16 reg, u32 len, in ov13858_read_reg() 1091 static int ov13858_write_reg(struct ov13858 *ov13858, u16 reg, u32 len, in ov13858_write_reg() 1120 static int ov13858_write_regs(struct ov13858 *ov13858, in ov13858_write_regs() 1143 static int ov13858_write_reg_list(struct ov13858 *ov13858, in ov13858_write_reg_list() 1152 struct ov13858 *ov13858 = to_ov13858(sd); in ov13858_open() local 1171 static int ov13858_update_digital_gain(struct ov13858 *ov13858, u32 d_gain) in ov13858_update_digital_gain() 1191 static int ov13858_enable_test_pattern(struct ov13858 *ov13858, u32 pattern) in ov13858_enable_test_pattern() [all …]
|