Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hid/
Dhid-multitouch.c79 bool touch_state; /* is the touch valid? */ member
590 s->touch_state || s->inrange_state); in mt_complete_slot()
591 if (s->touch_state || s->inrange_state) { in mt_complete_slot()
603 !s->touch_state); in mt_complete_slot()
653 td->curdata.touch_state = value; in mt_process_mt_event()