Searched refs:contact_id (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/hid/tests/ |
| H A D | test_wacom_generic.py | 883 def make_contact(self, contact_id=0, t=0): argument 891 x = 50 + 10 * contact_id + t * 11 892 y = 100 + 100 * contact_id + t * 11 893 return test_multitouch.Touch(contact_id, x, y) 909 contact_id = contact_ids.contact_id 913 x = 50 + 10 * contact_id + t * 11 914 y = 100 + 100 * contact_id + t * 11 1011 self.ContactIds(contact_id=0, tracking_id=-1, slot_num=None), 1012 self.ContactIds(contact_id=1, tracking_id=0, slot_num=0), 1013 self.ContactIds(contact_id=2, tracking_id=-1, slot_num=None), [all …]
|
| /linux/drivers/input/misc/ |
| H A D | xen-kbdfront.c | 119 if (mtouch->contact_id != info->mtouch_cur_contact_id) { in xenkbd_handle_mt_event() 120 info->mtouch_cur_contact_id = mtouch->contact_id; in xenkbd_handle_mt_event() 121 input_mt_slot(info->mtouch, mtouch->contact_id); in xenkbd_handle_mt_event()
|
| /linux/include/xen/interface/io/ |
| H A D | kbdif.h | 465 uint8_t contact_id; member
|