Home
last modified time | relevance | path

Searched refs:ov08x (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/media/i2c/
Dov08x40.c1307 static int ov08x40_read_reg(struct ov08x40 *ov08x, in ov08x40_read_reg() argument
1310 struct i2c_client *client = v4l2_get_subdevdata(&ov08x->sd); in ov08x40_read_reg()
1342 static int ov08x40_burst_fill_regs(struct ov08x40 *ov08x, u16 first_reg, in ov08x40_burst_fill_regs() argument
1345 struct i2c_client *client = v4l2_get_subdevdata(&ov08x->sd); in ov08x40_burst_fill_regs()
1377 static int ov08x40_write_reg(struct ov08x40 *ov08x, in ov08x40_write_reg() argument
1380 struct i2c_client *client = v4l2_get_subdevdata(&ov08x->sd); in ov08x40_write_reg()
1406 static int ov08x40_write_regs(struct ov08x40 *ov08x, in ov08x40_write_regs() argument
1409 struct i2c_client *client = v4l2_get_subdevdata(&ov08x->sd); in ov08x40_write_regs()
1414 ret = ov08x40_write_reg(ov08x, regs[i].address, 1, in ov08x40_write_regs()
1429 static int ov08x40_write_reg_list(struct ov08x40 *ov08x, in ov08x40_write_reg_list() argument
[all …]