Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_generic.c1199 SET_BIT(cur_event, BIT_STYLUS); in gt1x_touch_event_handler()
1223 if (CHK_BIT(cur_event, BIT_STYLUS)) { in gt1x_touch_event_handler()
1235 } else if (CHK_BIT(pre_event, BIT_STYLUS)) { 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.h446 #define BIT_STYLUS 0x04 macro