Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/i2c/
H A 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
1447 const struct ov8856_lane_cfg *priv_lane; argument
1454 struct ov8856_lane_cfg { argument
1592 static unsigned int ov8856_modes_num(const struct ov8856 *ov8856) in ov8856_modes_num()
1625 static int ov8856_read_reg(struct ov8856 *ov8856, u16 reg, u16 len, u32 *val) in ov8856_read_reg()
1655 static int ov8856_write_reg(struct ov8856 *ov8856, u16 reg, u16 len, u32 val) in ov8856_write_reg()
1671 static int ov8856_write_reg_list(struct ov8856 *ov8856, in ov8856_write_reg_list()
1692 static int ov8856_identify_module(struct ov8856 *ov8856) in ov8856_identify_module()
[all …]