Searched refs:ov965x_write (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/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(ov965x, regs[0][i], in ov965x_set_brightness() [all …]
|