Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/media/i2c/
Dov8856.c1383 struct ov8856 { struct
1390 struct regulator_bulk_data supplies[ARRAY_SIZE(ov8856_supply_names)]; argument
1400 const struct ov8856_mode *cur_mode; argument
1411 const struct ov8856_lane_cfg *priv_lane; argument
1415 struct ov8856_lane_cfg { argument
1547 static unsigned int ov8856_modes_num(const struct ov8856 *ov8856) in ov8856_modes_num()
1580 static int ov8856_read_reg(struct ov8856 *ov8856, u16 reg, u16 len, u32 *val) in ov8856_read_reg()
1610 static int ov8856_write_reg(struct ov8856 *ov8856, u16 reg, u16 len, u32 val) in ov8856_write_reg()
1626 static int ov8856_write_reg_list(struct ov8856 *ov8856, in ov8856_write_reg_list()
1647 static int ov8856_update_digital_gain(struct ov8856 *ov8856, u32 d_gain) in ov8856_update_digital_gain()
[all …]