Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-multitouch.c114 __s32 *contactid; /* the device ContactID assigned to this slot */ member
261 if (*slot->contactid != 0 || application->num_received == 0) in cypress_compute_slot()
262 return *slot->contactid; in cypress_compute_slot()
618 usage->contactid = DEFAULT_ZERO; in mt_allocate_usage()
772 if (usage->contactid == DEFAULT_ZERO || in mt_store_field()
916 MT_STORE_FIELD(contactid); in mt_touch_input_mapping()
1013 return *slot->contactid; in mt_compute_slot()
1022 return *slot->contactid - 1; in mt_compute_slot()
1024 return input_mt_get_slot_by_key(input, *slot->contactid); in mt_compute_slot()
/linux/tools/testing/selftests/hid/tests/
H A Dtest_multitouch.py59 self.contactid = id
528 return t.contactid
531 return t.contactid - 1
631 t1.contactid = 0
757 t.contactid += 1