Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_generic.c1193 SET_BIT(cur_event, BIT_TOUCH_KEY); in gt1x_touch_event_handler()
1242 if (CHK_BIT(cur_event, BIT_TOUCH_KEY) || CHK_BIT(pre_event, BIT_TOUCH_KEY)) { in gt1x_touch_event_handler()
1246 if (CHK_BIT(cur_event, BIT_TOUCH_KEY)) { in gt1x_touch_event_handler()
1253 if (CHK_BIT(cur_event, BIT_TOUCH_KEY) || CHK_BIT(pre_event, BIT_TOUCH_KEY)) { 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.h445 #define BIT_TOUCH_KEY 0x02 macro