Home
last modified time | relevance | path

Searched defs:ov8856 (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/media/i2c/
Dov8856.c1016 struct ov8856 { struct
1023 struct regulator_bulk_data supplies[ARRAY_SIZE(ov8856_supply_names)]; argument
1033 const struct ov8856_mode *cur_mode; argument
1036 struct mutex mutex;
1060 static int ov8856_read_reg(struct ov8856 *ov8856, u16 reg, u16 len, u32 *val) in ov8856_read_reg()
1090 static int ov8856_write_reg(struct ov8856 *ov8856, u16 reg, u16 len, u32 val) in ov8856_write_reg()
1106 static int ov8856_write_reg_list(struct ov8856 *ov8856, in ov8856_write_reg_list()
1127 static int ov8856_update_digital_gain(struct ov8856 *ov8856, u32 d_gain) in ov8856_update_digital_gain()
1145 static int ov8856_test_pattern(struct ov8856 *ov8856, u32 pattern) in ov8856_test_pattern()
1157 struct ov8856 *ov8856 = container_of(ctrl->handler, in ov8856_set_ctrl() local
[all …]