Searched refs:ov965x_write (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/media/i2c/ |
D | ov9650.c | 440 static int ov965x_write(struct ov965x *ov965x, u8 addr, u8 val) in ov965x_write() function 458 ret = ov965x_write(ov965x, regs[i].addr, regs[i].value); in ov965x_write_array() 476 int ret = ov965x_write(ov965x, addr, gamma_curve[i]); in ov965x_set_default_gamma_curve() 496 int ret = ov965x_write(ov965x, addr, mtx[i]); in ov965x_set_color_matrix() 604 ret = ov965x_write(ov965x, REG_COM8, reg); in ov965x_set_banding_filter() 620 return ov965x_write(ov965x, REG_MBD, mbd); in ov965x_set_banding_filter() 631 ret = ov965x_write(ov965x, REG_COM8, reg); in ov965x_set_white_balance() 634 ret = ov965x_write(ov965x, REG_BLUE, in ov965x_set_white_balance() 638 ret = ov965x_write(ov965x, REG_RED, in ov965x_set_white_balance() 666 ret = ov965x_write(ov965x, regs[0][i], in ov965x_set_brightness() [all …]
|