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()
581 ret = i2c_smbus_write_byte_data(client, REG_PAGE_SWITCH, REG_ENABLE); in ov02a10_set_exposure()
585 ret = i2c_smbus_write_byte_data(client, OV02A10_REG_EXPOSURE_H, in ov02a10_set_exposure()
590 ret = i2c_smbus_write_byte_data(client, OV02A10_REG_EXPOSURE_L, val); in ov02a10_set_exposure()
594 return i2c_smbus_write_byte_data(client, REG_GLOBAL_EFFECTIVE, in ov02a10_set_exposure()
603 ret = i2c_smbus_write_byte_data(client, REG_PAGE_SWITCH, REG_ENABLE); in ov02a10_set_gain()
607 ret = i2c_smbus_write_byte_data(client, OV02A10_REG_GAIN, val); in ov02a10_set_gain()
611 return i2c_smbus_write_byte_data(client, REG_GLOBAL_EFFECTIVE, in ov02a10_set_gain()
621 ret = i2c_smbus_write_byte_data(client, REG_PAGE_SWITCH, REG_ENABLE); in ov02a10_set_vblank()
625 ret = i2c_smbus_write_byte_data(client, OV02A10_REG_VTS_H, in ov02a10_set_vblank()
630 ret = i2c_smbus_write_byte_data(client, OV02A10_REG_VTS_L, vts); in ov02a10_set_vblank()
634 return i2c_smbus_write_byte_data(client, REG_GLOBAL_EFFECTIVE, in ov02a10_set_vblank()
643 ret = i2c_smbus_write_byte_data(client, REG_PAGE_SWITCH, REG_ENABLE); in ov02a10_set_test_pattern()
647 ret = i2c_smbus_write_byte_data(client, OV02A10_REG_TEST_PATTERN, in ov02a10_set_test_pattern()
652 ret = i2c_smbus_write_byte_data(client, REG_GLOBAL_EFFECTIVE, in ov02a10_set_test_pattern()
657 return i2c_smbus_write_byte_data(client, REG_SC_CTRL_MODE, in ov02a10_set_test_pattern()