Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hid/
Dhid-multitouch.c79 bool touch_state; /* is the touch valid? */ member
633 s->touch_state || s->inrange_state); in mt_complete_slot()
634 if (s->touch_state || s->inrange_state) { in mt_complete_slot()
646 !s->touch_state); in mt_complete_slot()
696 td->curdata.touch_state = value; in mt_process_mt_event()