Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/i2c/
Dov8856.c1416 struct ov8856 { struct
1423 struct regulator_bulk_data supplies[ARRAY_SIZE(ov8856_supply_names)]; argument
1433 const struct ov8856_mode *cur_mode; argument
1444 const struct ov8856_lane_cfg *priv_lane; argument
1451 struct ov8856_lane_cfg { argument
1589 static unsigned int ov8856_modes_num(const struct ov8856 *ov8856) in ov8856_modes_num()
1622 static int ov8856_read_reg(struct ov8856 *ov8856, u16 reg, u16 len, u32 *val) in ov8856_read_reg()
1652 static int ov8856_write_reg(struct ov8856 *ov8856, u16 reg, u16 len, u32 val) in ov8856_write_reg()
1668 static int ov8856_write_reg_list(struct ov8856 *ov8856, in ov8856_write_reg_list()
1689 static int ov8856_identify_module(struct ov8856 *ov8856) in ov8856_identify_module()
[all …]