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 | 875 def make_contact(self, contact_id=0, t=0): argument 883 x = 50 + 10 * contact_id + t * 11 884 y = 100 + 100 * contact_id + t * 11 885 return test_multitouch.Touch(contact_id, x, y) 901 contact_id = contact_ids.contact_id 905 x = 50 + 10 * contact_id + t * 11 906 y = 100 + 100 * contact_id + t * 11 1003 self.ContactIds(contact_id=0, tracking_id=-1, slot_num=None), 1004 self.ContactIds(contact_id=1, tracking_id=0, slot_num=0), 1005 self.ContactIds(contact_id=2, tracking_id=-1, slot_num=None), [all …]
|
| /linux/include/xen/interface/io/ |
| H A D | kbdif.h | 465 uint8_t contact_id; member
|
| /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()
|