Lines Matching refs:ov965x_write

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()
690 ret = ov965x_write(ov965x, REG_COM8, reg); in ov965x_set_gain()
714 ret = ov965x_write(ov965x, REG_GAIN, rgain & 0xff); in ov965x_set_gain()
722 ret = ov965x_write(ov965x, REG_VREF, reg); in ov965x_set_gain()
751 ret = ov965x_write(ov965x, REG_COM14, com14); in ov965x_set_sharpness()
758 return ov965x_write(ov965x, REG_EDGE, edge); in ov965x_set_sharpness()
776 ret = ov965x_write(ov965x, REG_COM8, reg); in ov965x_set_exposure()
788 ret = ov965x_write(ov965x, REG_COM1, exposure & 0x3); in ov965x_set_exposure()
790 ret = ov965x_write(ov965x, REG_AECH, in ov965x_set_exposure()
793 ret = ov965x_write(ov965x, REG_AECHM, in ov965x_set_exposure()
816 return ov965x_write(ov965x, REG_MVFP, mvfp); in ov965x_set_flip()
840 ret = ov965x_write(ov965x, addr + i, regs[val][i]); in ov965x_set_saturation()
854 return ov965x_write(ov965x, REG_COM23, reg); in ov965x_set_test_pattern()
1270 ret = ov965x_write(ov965x, frame_size_reg_addr[i], in ov965x_set_frame_size()
1283 ret = ov965x_write(ov965x, REG_CLKRC, reg); in __ov965x_set_params()
1294 ret = ov965x_write(ov965x, REG_TSLB, reg); in __ov965x_set_params()
1311 ret = ov965x_write(ov965x, REG_COM11, reg); in __ov965x_set_params()
1347 ret = ov965x_write(ov965x, REG_COM2, in ov965x_s_stream()