Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/
H A Dgt9xx.c583 static u16 pre_touch = 0; in goodix_ts_work_func() local
855 if (!pre_touch) in goodix_ts_work_func()
878 GTP_DEBUG("pre_touch:%02x, finger:%02x.", pre_touch, finger); in goodix_ts_work_func()
891 if (pre_touch || touch_num) in goodix_ts_work_func()
913 pre_touch = 0; in goodix_ts_work_func()
921 GTP_DEBUG("id = %d,touch_index = 0x%x, pre_touch = 0x%x\n",id, touch_index,pre_touch); in goodix_ts_work_func()
938 pre_touch |= 0x01 << i; in goodix_ts_work_func()
951 pre_touch &= ~(0x01 << i); in goodix_ts_work_func()
985 else if (pre_touch) in goodix_ts_work_func()
1003 pre_touch = touch_num; in goodix_ts_work_func()