Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
H A Dmms114.c81 #define MMS114_FLAGS_ID_MASK GENMASK(3, 0) macro
256 unsigned int id = FIELD_GET(MMS114_FLAGS_ID_MASK, touch->flags); in mms114_process_mt()
292 unsigned int id = FIELD_GET(MMS114_FLAGS_ID_MASK, touch->flags); in mms114_process_touchkey()