Home
last modified time | relevance | path

Searched refs:gt1x_i2c_write (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_update.c202 int ret = gt1x_i2c_write(addr, buffer, length); in gt1x_i2c_write_with_readback()
265 if (gt1x_i2c_write(GTP_REG_CONFIG_DATA, config, GTP_CONFIG_MAX_LENGTH)) { in gt1x_auto_update_proc()
760 ret = gt1x_i2c_write(_rRW_MISCTL__SWRST_B0_, buf, 1); in __gt1x_hold_ss51_dsp_20()
832 ret = gt1x_i2c_write(_bWO_MISCTL__CPU_SWRST_PULSE, buffer, 1); in gt1x_hold_ss51_dsp()
874 ret = gt1x_i2c_write(0xC000, ss51_isp, length); in gt1x_run_ss51_isp()
1017 ret = gt1x_i2c_write(0x8100 + 4, fw, block_len); in gt1x_burn_subsystem()
1160 ret |= gt1x_i2c_write(0x8020, buffer, 2); in gt1x_read_flash()
1242 ret = gt1x_i2c_write(0x8100 + 4, fw, block_len); in gt1x_error_erase()
1386 ret = gt1x_i2c_write(_bWO_MISCTL__CPU_SWRST_PULSE, buffer, 1); in gt1x_hold_ss51_dsp_no_reset()
1417 ret = gt1x_i2c_write(_bRW_MISCTL__SRAM_BANK, &bank, 1); in gt1x_load_patch()
[all …]
H A Dgt1x_generic.c543 ret = gt1x_i2c_write(GTP_REG_CONFIG_DATA, config, cfg_len); in gt1x_send_cfg()
682 ret = gt1x_i2c_write(GTP_REG_CMD + 1, &value[1], 3); in gt1x_set_reset_status()
686 return gt1x_i2c_write(GTP_REG_CMD, value, 1); in gt1x_set_reset_status()
695 ret = gt1x_i2c_write(addr, buffer, len); in gt1x_write_and_readback()
1035 ret = gt1x_i2c_write(GTP_REG_CMD + 1, &buffer[1], 2); in gt1x_send_cmd()
1036 ret |= gt1x_i2c_write(GTP_REG_CMD, &buffer[0], 1); in gt1x_send_cmd()
1093 gt1x_i2c_write(GTP_REG_RQST, &rqst_data, 1); in gt1x_request_event_handler()
1100 gt1x_i2c_write(GTP_REG_RQST, &rqst_data, 1); in gt1x_request_event_handler()
1466 ret = gt1x_i2c_write(GTP_REG_PROXIMITY_ENABLE, &state, 1); in gt1x_ps_enable()
1790 gt1x_i2c_write(0x4226, esd_buf, sizeof(esd_buf)); in gt1x_esd_check_func()
H A Dgt1x_extents.c243 gt1x_i2c_write(GTP_REG_WAKEUP_GESTURE, doze_buf, 1); in gesture_event_handler()
306 gt1x_i2c_write(GTP_REG_WAKEUP_GESTURE, doze_buf, 1); in gesture_event_handler()
650 err = gt1x_i2c_write(addr, &data[CMD_HEAD_LENGTH], data_length); in io_iic_write()
H A Dgt1x.c49 s32 gt1x_i2c_write(u16 addr, u8 *buffer, s32 len) in gt1x_i2c_write() function
284 ret = gt1x_i2c_write(GTP_READ_COOR_ADDR, &end_cmd, 1); in gt1x_ts_work_func()
H A Dgt1x_generic.h532 extern s32 gt1x_i2c_write(u16 addr, u8 *buffer, s32 len);
H A Dgt1x_tools.c123 if (!gt1x_i2c_write(addr, &buf[2], len - 2)) { in tool_i2c_write()