Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_generic.c1191 SET_BIT(cur_event, BIT_STYLUS_KEY); in gt1x_touch_event_handler()
1208 if (CHK_BIT(cur_event, BIT_STYLUS_KEY) || CHK_BIT(pre_event, BIT_STYLUS_KEY)) { in gt1x_touch_event_handler()
1311 if (CHK_BIT(cur_event, BIT_STYLUS_KEY | BIT_STYLUS) in gt1x_touch_event_handler()
1312 || CHK_BIT(pre_event, BIT_STYLUS_KEY | BIT_STYLUS)) { in gt1x_touch_event_handler()
H A Dgt1x_generic.h447 #define BIT_STYLUS_KEY 0x08 macro