Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/input/touchscreen/
Datmel_mxt_ts.c200 #define MXT_MOVE (1 << 4) macro
582 if (!(status & (MXT_PRESS | MXT_MOVE))) in mxt_input_touchevent()
596 status & MXT_MOVE ? "moved" : "pressed", in mxt_input_touchevent()
599 finger[id].status = status & MXT_MOVE ? in mxt_input_touchevent()
600 MXT_MOVE : MXT_PRESS; in mxt_input_touchevent()