Lines Matching refs:ov965x_write
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()
688 ret = ov965x_write(ov965x, REG_COM8, reg); in ov965x_set_gain()
712 ret = ov965x_write(ov965x, REG_GAIN, rgain & 0xff); in ov965x_set_gain()
720 ret = ov965x_write(ov965x, REG_VREF, reg); in ov965x_set_gain()
749 ret = ov965x_write(ov965x, REG_COM14, com14); in ov965x_set_sharpness()
756 return ov965x_write(ov965x, REG_EDGE, edge); in ov965x_set_sharpness()
774 ret = ov965x_write(ov965x, REG_COM8, reg); in ov965x_set_exposure()
786 ret = ov965x_write(ov965x, REG_COM1, exposure & 0x3); in ov965x_set_exposure()
788 ret = ov965x_write(ov965x, REG_AECH, in ov965x_set_exposure()
791 ret = ov965x_write(ov965x, REG_AECHM, in ov965x_set_exposure()
814 return ov965x_write(ov965x, REG_MVFP, mvfp); in ov965x_set_flip()
838 ret = ov965x_write(ov965x, addr + i, regs[val][i]); in ov965x_set_saturation()
852 return ov965x_write(ov965x, REG_COM23, reg); in ov965x_set_test_pattern()
1271 ret = ov965x_write(ov965x, frame_size_reg_addr[i], in ov965x_set_frame_size()
1284 ret = ov965x_write(ov965x, REG_CLKRC, reg); in __ov965x_set_params()
1295 ret = ov965x_write(ov965x, REG_TSLB, reg); in __ov965x_set_params()
1312 ret = ov965x_write(ov965x, REG_COM11, reg); in __ov965x_set_params()
1348 ret = ov965x_write(ov965x, REG_COM2, in ov965x_s_stream()