Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/media/i2c/
Dov08x40.c2443 static int ov08x40_read_reg(struct ov08x40 *ov08x, in ov08x40_read_reg() argument
2446 struct i2c_client *client = v4l2_get_subdevdata(&ov08x->sd); in ov08x40_read_reg()
2479 static int ov08x40_write_reg(struct ov08x40 *ov08x, in ov08x40_write_reg() argument
2482 struct i2c_client *client = v4l2_get_subdevdata(&ov08x->sd); in ov08x40_write_reg()
2508 static int ov08x40_write_regs(struct ov08x40 *ov08x, in ov08x40_write_regs() argument
2511 struct i2c_client *client = v4l2_get_subdevdata(&ov08x->sd); in ov08x40_write_regs()
2516 ret = ov08x40_write_reg(ov08x, regs[i].address, 1, in ov08x40_write_regs()
2531 static int ov08x40_write_reg_list(struct ov08x40 *ov08x, in ov08x40_write_reg_list() argument
2534 return ov08x40_write_regs(ov08x, r_list->regs, r_list->num_of_regs); in ov08x40_write_reg_list()
2540 struct ov08x40 *ov08x = to_ov08x40(sd); in ov08x40_open() local
[all …]