Searched refs:ov965x_write (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | ov9650.c | 442 static int ov965x_write(struct ov965x *ov965x, u8 addr, u8 val) in ov965x_write() function 460 ret = ov965x_write(ov965x, regs[i].addr, regs[i].value); in ov965x_write_array() 478 int ret = ov965x_write(ov965x, addr, gamma_curve[i]); in ov965x_set_default_gamma_curve() 498 int ret = ov965x_write(ov965x, addr, mtx[i]); in ov965x_set_color_matrix() 606 ret = ov965x_write(ov965x, REG_COM8, reg); in ov965x_set_banding_filter() 622 return ov965x_write(ov965x, REG_MBD, mbd); in ov965x_set_banding_filter() 633 ret = ov965x_write(ov965x, REG_COM8, reg); in ov965x_set_white_balance() 636 ret = ov965x_write(ov965x, REG_BLUE, in ov965x_set_white_balance() 640 ret = ov965x_write(ov965x, REG_RED, in ov965x_set_white_balance() 668 ret = ov965x_write(ov965 in ov965x_set_brightness() [all...] |
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A 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(ov965 in ov965x_set_brightness() [all...] |
Completed in 4 milliseconds