Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-multitouch.c99 __s32 *contactid; /* the device ContactID assigned to this slot */ member
232 if (*slot->contactid != 0 || application->num_received == 0) in cypress_compute_slot()
233 return *slot->contactid; in cypress_compute_slot()
515 usage->contactid = DEFAULT_ZERO; in mt_allocate_usage()
664 if (usage->contactid == DEFAULT_ZERO || in mt_store_field()
786 MT_STORE_FIELD(contactid); in mt_touch_input_mapping()
884 return *slot->contactid; in mt_compute_slot()
893 return *slot->contactid - 1; in mt_compute_slot()
895 return input_mt_get_slot_by_key(input, *slot->contactid); in mt_compute_slot()