Home
last modified time | relevance | path

Searched refs:GTP_READ_COOR_ADDR (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/
H A Dgt9xx.h340 #define GTP_READ_COOR_ADDR 0x814E macro
H A Dgt9xx.c579 u8 end_cmd[3] = {GTP_READ_COOR_ADDR >> 8, GTP_READ_COOR_ADDR & 0xFF, 0}; in goodix_ts_work_func()
580 …u8 point_data[2 + 1 + 8 * GTP_MAX_TOUCH + 1]={GTP_READ_COOR_ADDR >> 8, GTP_READ_COOR_ADDR & 0xFF}; in goodix_ts_work_func()
802 … u8 buf[8 * GTP_MAX_TOUCH] = {(GTP_READ_COOR_ADDR + 10) >> 8, (GTP_READ_COOR_ADDR + 10) & 0xff}; in goodix_ts_work_func()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x.c239 ret = gt1x_i2c_read(GTP_READ_COOR_ADDR, point_data, sizeof(point_data)); in gt1x_ts_work_func()
284 ret = gt1x_i2c_write(GTP_READ_COOR_ADDR, &end_cmd, 1); in gt1x_ts_work_func()
H A Dgt1x_generic.h317 #define GTP_READ_COOR_ADDR 0x814E macro
H A Dgt1x_generic.c1156 ret = gt1x_i2c_read((GTP_READ_COOR_ADDR + 11), &touch_data[11], 1 + 8 * touch_num + 2 - 11); in gt1x_touch_event_handler()
1167 ret = gt1x_i2c_read(GTP_READ_COOR_ADDR, touch_data, 3 + 8 * touch_num); in gt1x_touch_event_handler()