Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_generic.c1203 SET_BIT(cur_event, BIT_TOUCH); in gt1x_touch_event_handler()
1269 if (CHK_BIT(cur_event, BIT_TOUCH)) { in gt1x_touch_event_handler()
1295 } else if (CHK_BIT(pre_event, BIT_TOUCH)) { in gt1x_touch_event_handler()
1316 if (CHK_BIT(cur_event, BIT_TOUCH_KEY | BIT_TOUCH) in gt1x_touch_event_handler()
1317 || CHK_BIT(pre_event, BIT_TOUCH_KEY | BIT_TOUCH)) { in gt1x_touch_event_handler()
H A Dgt1x_generic.h444 #define BIT_TOUCH 0x01 macro