Lines Matching refs:i2c_smbus_write_byte_data
280 ret = i2c_smbus_write_byte_data(client, r_list->regs[i].addr, in ov02a10_write_array()
481 ret = i2c_smbus_write_byte_data(client, REG_MIRROR_FLIP_CONTROL, in __ov02a10_start_stream()
487 ret = i2c_smbus_write_byte_data(client, REG_GLOBAL_EFFECTIVE, in __ov02a10_start_stream()
495 ret = i2c_smbus_write_byte_data(client, TX_SPEED_AREA_SEL, in __ov02a10_start_stream()
502 return i2c_smbus_write_byte_data(client, REG_SC_CTRL_MODE, in __ov02a10_start_stream()
510 return i2c_smbus_write_byte_data(client, REG_SC_CTRL_MODE, in __ov02a10_stop_stream()
583 ret = i2c_smbus_write_byte_data(client, REG_PAGE_SWITCH, REG_ENABLE); in ov02a10_set_exposure()
587 ret = i2c_smbus_write_byte_data(client, OV02A10_REG_EXPOSURE_H, in ov02a10_set_exposure()
592 ret = i2c_smbus_write_byte_data(client, OV02A10_REG_EXPOSURE_L, val); in ov02a10_set_exposure()
596 return i2c_smbus_write_byte_data(client, REG_GLOBAL_EFFECTIVE, in ov02a10_set_exposure()
605 ret = i2c_smbus_write_byte_data(client, REG_PAGE_SWITCH, REG_ENABLE); in ov02a10_set_gain()
609 ret = i2c_smbus_write_byte_data(client, OV02A10_REG_GAIN, val); in ov02a10_set_gain()
613 return i2c_smbus_write_byte_data(client, REG_GLOBAL_EFFECTIVE, in ov02a10_set_gain()
623 ret = i2c_smbus_write_byte_data(client, REG_PAGE_SWITCH, REG_ENABLE); in ov02a10_set_vblank()
627 ret = i2c_smbus_write_byte_data(client, OV02A10_REG_VTS_H, in ov02a10_set_vblank()
632 ret = i2c_smbus_write_byte_data(client, OV02A10_REG_VTS_L, vts); in ov02a10_set_vblank()
636 return i2c_smbus_write_byte_data(client, REG_GLOBAL_EFFECTIVE, in ov02a10_set_vblank()
645 ret = i2c_smbus_write_byte_data(client, REG_PAGE_SWITCH, REG_ENABLE); in ov02a10_set_test_pattern()
649 ret = i2c_smbus_write_byte_data(client, OV02A10_REG_TEST_PATTERN, in ov02a10_set_test_pattern()
654 ret = i2c_smbus_write_byte_data(client, REG_GLOBAL_EFFECTIVE, in ov02a10_set_test_pattern()
659 return i2c_smbus_write_byte_data(client, REG_SC_CTRL_MODE, in ov02a10_set_test_pattern()