/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/ |
H A D | test_multitouch.py | 550 assert evdev.slots[0][libevdev.EV_ABS.ABS_MT_TRACKING_ID] == -1 551 assert evdev.slots[1][libevdev.EV_ABS.ABS_MT_TRACKING_ID] == -1 553 assert evdev.slots[2][libevdev.EV_ABS.ABS_MT_TRACKING_ID] == -1 598 assert evdev.slots[slot][libevdev.EV_ABS.ABS_MT_TRACKING_ID] == 0 609 assert evdev.slots[slot][libevdev.EV_ABS.ABS_MT_TRACKING_ID] == -1 638 assert evdev.slots[slot0][libevdev.EV_ABS.ABS_MT_TRACKING_ID] == 0 641 assert evdev.slots[slot1][libevdev.EV_ABS.ABS_MT_TRACKING_ID] == -1 654 assert evdev.slots[slot0][libevdev.EV_ABS.ABS_MT_TRACKING_ID] == 0 657 assert evdev.slots[slot1][libevdev.EV_ABS.ABS_MT_TRACKING_ID] == 1 667 assert evdev.slots[slot0][libevdev.EV_ABS.ABS_MT_TRACKING_ID] [all...] |
H A D | test_sony.py | 149 assert evdev.slots[0][libevdev.EV_ABS.ABS_MT_TRACKING_ID] == 0 158 assert evdev.slots[0][libevdev.EV_ABS.ABS_MT_TRACKING_ID] == -1 178 assert evdev.slots[0][libevdev.EV_ABS.ABS_MT_TRACKING_ID] == 0 181 assert evdev.slots[1][libevdev.EV_ABS.ABS_MT_TRACKING_ID] == -1 194 assert evdev.slots[0][libevdev.EV_ABS.ABS_MT_TRACKING_ID] == 0 197 assert evdev.slots[1][libevdev.EV_ABS.ABS_MT_TRACKING_ID] == 1 205 assert evdev.slots[0][libevdev.EV_ABS.ABS_MT_TRACKING_ID] == -1 206 assert evdev.slots[1][libevdev.EV_ABS.ABS_MT_TRACKING_ID] == 1 215 assert evdev.slots[0][libevdev.EV_ABS.ABS_MT_TRACKING_ID] == -1 216 assert evdev.slots[1][libevdev.EV_ABS.ABS_MT_TRACKING_ID] [all...] |
H A D | test_wacom_generic.py | 892 assert evdev.slots[slot][libevdev.EV_ABS.ABS_MT_TRACKING_ID] == 0 903 assert evdev.slots[slot][libevdev.EV_ABS.ABS_MT_TRACKING_ID] == -1
|
/kernel/linux/linux-5.10/drivers/input/ |
H A D | input-mt.c | 31 * ABS_MT_TRACKING_ID events for use and sets up appropriate buffers. 56 input_set_abs_params(dev, ABS_MT_TRACKING_ID, 0, TRKID_MAX, 0, 0); in input_mt_init_slots() 90 input_mt_set_value(&mt->slots[i], ABS_MT_TRACKING_ID, -1); in input_mt_init_slots() 126 * Reports a contact via ABS_MT_TRACKING_ID, and optionally 148 input_event(dev, EV_ABS, ABS_MT_TRACKING_ID, -1); in input_mt_report_slot_state() 152 id = input_mt_get_value(slot, ABS_MT_TRACKING_ID); in input_mt_report_slot_state() 156 input_event(dev, EV_ABS, ABS_MT_TRACKING_ID, id); in input_mt_report_slot_state() 210 int id = input_mt_get_value(ps, ABS_MT_TRACKING_ID); in input_mt_report_pointer_emulation() 265 input_event(dev, EV_ABS, ABS_MT_TRACKING_ID, -1); in __input_mt_drop_unused()
|
H A D | input.c | 2060 } else if (test_bit(ABS_MT_TRACKING_ID, dev->absbit)) { in input_estimate_events_per_packet() 2061 mt_slots = dev->absinfo[ABS_MT_TRACKING_ID].maximum - in input_estimate_events_per_packet() 2062 dev->absinfo[ABS_MT_TRACKING_ID].minimum + 1, in input_estimate_events_per_packet()
|
/kernel/linux/linux-6.6/drivers/input/ |
H A D | input-mt.c | 32 * ABS_MT_TRACKING_ID events for use and sets up appropriate buffers. 57 input_set_abs_params(dev, ABS_MT_TRACKING_ID, 0, TRKID_MAX, 0, 0); in input_mt_init_slots() 91 input_mt_set_value(&mt->slots[i], ABS_MT_TRACKING_ID, -1); in input_mt_init_slots() 127 * Reports a contact via ABS_MT_TRACKING_ID, and optionally 149 input_event(dev, EV_ABS, ABS_MT_TRACKING_ID, -1); in input_mt_report_slot_state() 153 id = input_mt_get_value(slot, ABS_MT_TRACKING_ID); in input_mt_report_slot_state() 157 input_event(dev, EV_ABS, ABS_MT_TRACKING_ID, id); in input_mt_report_slot_state() 211 int id = input_mt_get_value(ps, ABS_MT_TRACKING_ID); in input_mt_report_pointer_emulation() 269 input_handle_event(dev, EV_ABS, ABS_MT_TRACKING_ID, -1); in __input_mt_drop_unused()
|
H A D | input.c | 2169 } else if (test_bit(ABS_MT_TRACKING_ID, dev->absbit)) { in input_estimate_events_per_packet() 2170 mt_slots = dev->absinfo[ABS_MT_TRACKING_ID].maximum - in input_estimate_events_per_packet() 2171 dev->absinfo[ABS_MT_TRACKING_ID].minimum + 1, in input_estimate_events_per_packet()
|
/kernel/linux/linux-5.10/include/linux/input/ |
H A D | mt.h | 67 return input_mt_get_value(slot, ABS_MT_TRACKING_ID) >= 0; in input_mt_is_active()
|
/kernel/linux/linux-6.6/include/linux/input/ |
H A D | mt.h | 67 return input_mt_get_value(slot, ABS_MT_TRACKING_ID) >= 0; in input_mt_is_active()
|
/kernel/linux/linux-5.10/scripts/dtc/include-prefixes/dt-bindings/input/ |
H A D | linux-event-codes.h | 866 #define ABS_MT_TRACKING_ID 0x39 /* Unique ID of initiated contact */ macro
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | input-event-codes.h | 866 #define ABS_MT_TRACKING_ID 0x39 /* Unique ID of initiated contact */ macro
|
/kernel/linux/linux-5.10/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 866 #define ABS_MT_TRACKING_ID 0x39 /* Unique ID of initiated contact */ macro
|
/kernel/linux/linux-6.6/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 891 #define ABS_MT_TRACKING_ID 0x39 /* Unique ID of initiated contact */ macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | input-event-codes.h | 891 #define ABS_MT_TRACKING_ID 0x39 /* Unique ID of initiated contact */ macro
|
/kernel/linux/linux-6.6/scripts/dtc/include-prefixes/dt-bindings/input/ |
H A D | linux-event-codes.h | 891 #define ABS_MT_TRACKING_ID 0x39 /* Unique ID of initiated contact */ macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | input-event-codes.h | 717 #define ABS_MT_TRACKING_ID 0x39 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | input-event-codes.h | 717 #define ABS_MT_TRACKING_ID 0x39 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | input-event-codes.h | 651 #define ABS_MT_TRACKING_ID 0x39 macro
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-asus.c | 231 int id = input_mt_get_value(ps, ABS_MT_TRACKING_ID); in asus_report_tool_width()
|
H A D | wacom_wac.c | 1296 int id = input_mt_get_value(ps, ABS_MT_TRACKING_ID); in wacom_wac_finger_count_touches()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-asus.c | 234 int id = input_mt_get_value(ps, ABS_MT_TRACKING_ID); in asus_report_tool_width()
|
H A D | wacom_wac.c | 1301 int id = input_mt_get_value(ps, ABS_MT_TRACKING_ID); in wacom_wac_finger_count_touches() 2680 int mt_id = input_mt_get_value(ps, ABS_MT_TRACKING_ID); in wacom_wac_finger_slot()
|