Searched refs:gtp_i2c_read (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/ |
| H A D | gt9xx.c | 160 s32 gtp_i2c_read(struct i2c_client *client, u8 *buf, s32 len) in gtp_i2c_read() function 306 gtp_i2c_read(client, buf, len + 2); in gtp_i2c_read_dbl_check() 311 gtp_i2c_read(client, confirm_buf, len + 2); in gtp_i2c_read_dbl_check() 616 ret = gtp_i2c_read(i2c_connect_client, doze_buf, 3); in goodix_ts_work_func() 689 ret = gtp_i2c_read(ts->client, point_data, 12); in goodix_ts_work_func() 706 ret = gtp_i2c_read(ts->client, rqst_buf, 3); in goodix_ts_work_func() 804 ret = gtp_i2c_read(ts->client, buf, 2 + 8 * (touch_num - 1)); in goodix_ts_work_func() 1209 ret = gtp_i2c_read(ts->client, status_buf, 3); in gtp_enter_sleep() 1279 ret = gtp_i2c_read(ts->client, opr_buf, 3); in gtp_wakeup_sleep() 1380 ret = gtp_i2c_read(ts->client, opr_buf, 6); in gtp_get_info() [all …]
|