Searched refs:gt1x_i2c_write_with_readback (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/ |
| H A D | gt1x_update.c | 199 int gt1x_i2c_write_with_readback(u16 addr, u8 *buffer, int length) in gt1x_i2c_write_with_readback() function 811 ret = gt1x_i2c_write_with_readback(_bRW_MISCTL__DSP_MCU_PWR_, buffer, 1); in gt1x_hold_ss51_dsp() 818 ret = gt1x_i2c_write_with_readback(_bRW_MISCTL__TMR0_EN, buffer, 1); in gt1x_hold_ss51_dsp() 825 ret = gt1x_i2c_write_with_readback(_bRW_MISCTL__CACHE_EN, buffer, 1); in gt1x_hold_ss51_dsp() 839 ret = gt1x_i2c_write_with_readback(_rRW_MISCTL__BOOT_OPT_B0_, buffer, 1); in gt1x_hold_ss51_dsp() 859 ret = gt1x_i2c_write_with_readback(_bRW_MISCTL__SRAM_BANK, buffer, 1); in gt1x_run_ss51_isp() 866 ret = gt1x_i2c_write_with_readback(_bRW_MISCTL__PATCH_AREA_EN_, buffer, 1); in gt1x_run_ss51_isp() 887 ret = gt1x_i2c_write_with_readback(0x8140, buffer, 10); in gt1x_run_ss51_isp() 891 ret = gt1x_i2c_write_with_readback(_bRW_MISCTL__PATCH_AREA_EN_, buffer, 1); in gt1x_run_ss51_isp() 898 ret = gt1x_i2c_write_with_readback(0x8006, buffer, 8); in gt1x_run_ss51_isp() [all …]
|