Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hid/
Dhid-multitouch.c78 __s32 contactid; /* the device ContactID assigned to this slot */ member
172 if (td->curdata.contactid != 0 || td->num_received == 0) in cypress_compute_slot()
173 return td->curdata.contactid; in cypress_compute_slot()
592 return td->curdata.contactid; in mt_compute_slot()
601 return td->curdata.contactid - 1; in mt_compute_slot()
603 return input_mt_get_slot_by_key(input, td->curdata.contactid); in mt_compute_slot()
703 td->curdata.contactid = value; in mt_process_mt_event()