Lines Matching refs:i2c_smbus_write_byte_data

666 		ret = i2c_smbus_write_byte_data(client, r_list->regs[i].address,  in ov08d10_write_reg_list()
687 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_PAGE, 0x01); in ov08d10_update_analog_gain()
692 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_ANALOG_GAIN, val); in ov08d10_update_analog_gain()
696 return i2c_smbus_write_byte_data(client, in ov08d10_update_analog_gain()
708 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_PAGE, 0x01); in ov08d10_update_digital_gain()
714 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_MWB_DGAIN_C, val); in ov08d10_update_digital_gain()
719 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_MWB_DGAIN_F, val); in ov08d10_update_digital_gain()
723 return i2c_smbus_write_byte_data(client, in ov08d10_update_digital_gain()
736 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_PAGE, 0x01); in ov08d10_set_exposure()
746 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_PAGE, 0x01); in ov08d10_set_exposure()
752 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_EXPOSURE_H, val); in ov08d10_set_exposure()
757 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_EXPOSURE_M, val); in ov08d10_set_exposure()
762 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_EXPOSURE_L, val); in ov08d10_set_exposure()
766 return i2c_smbus_write_byte_data(client, in ov08d10_set_exposure()
777 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_PAGE, 0x01); in ov08d10_set_vblank()
783 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_VTS_H, val); in ov08d10_set_vblank()
788 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_VTS_L, val); in ov08d10_set_vblank()
792 return i2c_smbus_write_byte_data(client, in ov08d10_set_vblank()
808 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_PAGE, 0x01); in ov08d10_test_pattern()
812 ret = i2c_smbus_write_byte_data(client, in ov08d10_test_pattern()
817 return i2c_smbus_write_byte_data(client, in ov08d10_test_pattern()
828 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_PAGE, 0x01); in ov08d10_set_ctrl_flip()
838 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_PAGE, 0x01); in ov08d10_set_ctrl_flip()
842 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_FLIP_OPT, val); in ov08d10_set_ctrl_flip()
847 return i2c_smbus_write_byte_data(client, in ov08d10_set_ctrl_flip()
1024 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_PAGE, 0x00); in ov08d10_start_streaming()
1029 ret = i2c_smbus_write_byte_data(client, 0x20, 0x0e); in ov08d10_start_streaming()
1035 ret = i2c_smbus_write_byte_data(client, 0x20, 0x0b); in ov08d10_start_streaming()
1059 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_PAGE, 0x00); in ov08d10_start_streaming()
1063 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_MODE_SELECT, in ov08d10_start_streaming()
1068 return i2c_smbus_write_byte_data(client, OV08D10_REG_PAGE, 0x01); in ov08d10_start_streaming()
1076 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_PAGE, 0x00); in ov08d10_stop_streaming()
1081 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_MODE_SELECT, in ov08d10_stop_streaming()
1088 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_PAGE, 0x01); in ov08d10_stop_streaming()
1321 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_PAGE, 0x00); in ov08d10_identify_module()