Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
H A Datmel_mxt_ts.c119 #define MXT_T9_RELEASE BIT(5) macro
864 (status & MXT_T9_RELEASE) ? 'R' : '.', in mxt_proc_t9_message()
880 if (status & MXT_T9_RELEASE) { in mxt_proc_t9_message()