Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
H A Dmms114.c83 #define MMS114_FLAGS_PRESSED_MASK BIT(7) macro
258 bool pressed = FIELD_GET(MMS114_FLAGS_PRESSED_MASK, touch->flags); in mms114_process_mt()
293 bool pressed = FIELD_GET(MMS114_FLAGS_PRESSED_MASK, touch->flags); in mms114_process_touchkey()