Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-multitouch.c101 __s32 *contactid; /* the device ContactID assigned to this slot */ member
237 if (*slot->contactid != 0 || application->num_received == 0) in cypress_compute_slot()
238 return *slot->contactid; in cypress_compute_slot()
545 usage->contactid = DEFAULT_ZERO; in mt_allocate_usage()
694 if (usage->contactid == DEFAULT_ZERO || in mt_store_field()
818 MT_STORE_FIELD(contactid); in mt_touch_input_mapping()
916 return *slot->contactid; in mt_compute_slot()
925 return *slot->contactid - 1; in mt_compute_slot()
927 return input_mt_get_slot_by_key(input, *slot->contactid); in mt_compute_slot()
/openbmc/linux/tools/testing/selftests/hid/tests/
H A Dtest_multitouch.py58 self.contactid = id
524 return t.contactid
527 return t.contactid - 1
627 t1.contactid = 0
753 t.contactid += 1