Lines Matching refs:i2c_smbus_write_byte_data
663 ret = i2c_smbus_write_byte_data(client, r_list->regs[i].address, in ov08d10_write_reg_list()
684 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_PAGE, 0x01); in ov08d10_update_analog_gain()
689 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_ANALOG_GAIN, val); in ov08d10_update_analog_gain()
693 return i2c_smbus_write_byte_data(client, in ov08d10_update_analog_gain()
705 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_PAGE, 0x01); in ov08d10_update_digital_gain()
711 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_MWB_DGAIN_C, val); in ov08d10_update_digital_gain()
716 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_MWB_DGAIN_F, val); in ov08d10_update_digital_gain()
720 return i2c_smbus_write_byte_data(client, in ov08d10_update_digital_gain()
733 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_PAGE, 0x01); in ov08d10_set_exposure()
743 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_PAGE, 0x01); in ov08d10_set_exposure()
749 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_EXPOSURE_H, val); in ov08d10_set_exposure()
754 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_EXPOSURE_M, val); in ov08d10_set_exposure()
759 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_EXPOSURE_L, val); in ov08d10_set_exposure()
763 return i2c_smbus_write_byte_data(client, in ov08d10_set_exposure()
774 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_PAGE, 0x01); in ov08d10_set_vblank()
780 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_VTS_H, val); in ov08d10_set_vblank()
785 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_VTS_L, val); in ov08d10_set_vblank()
789 return i2c_smbus_write_byte_data(client, in ov08d10_set_vblank()
805 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_PAGE, 0x01); in ov08d10_test_pattern()
809 ret = i2c_smbus_write_byte_data(client, in ov08d10_test_pattern()
814 return i2c_smbus_write_byte_data(client, in ov08d10_test_pattern()
825 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_PAGE, 0x01); in ov08d10_set_ctrl_flip()
835 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_PAGE, 0x01); in ov08d10_set_ctrl_flip()
839 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_FLIP_OPT, val); in ov08d10_set_ctrl_flip()
844 return i2c_smbus_write_byte_data(client, in ov08d10_set_ctrl_flip()
1026 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_PAGE, 0x00); in ov08d10_start_streaming()
1031 ret = i2c_smbus_write_byte_data(client, 0x20, 0x0e); in ov08d10_start_streaming()
1037 ret = i2c_smbus_write_byte_data(client, 0x20, 0x0b); in ov08d10_start_streaming()
1061 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_PAGE, 0x00); in ov08d10_start_streaming()
1065 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_MODE_SELECT, in ov08d10_start_streaming()
1070 return i2c_smbus_write_byte_data(client, OV08D10_REG_PAGE, 0x01); in ov08d10_start_streaming()
1078 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_PAGE, 0x00); in ov08d10_stop_streaming()
1083 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_MODE_SELECT, in ov08d10_stop_streaming()
1090 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_PAGE, 0x01); in ov08d10_stop_streaming()
1278 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_PAGE, 0x00); in ov08d10_identify_module()