Searched refs:ABS_MT_TRACKING_ID (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/drivers/input/ |
D | input-mt.c | 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() 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()
|
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()
|
/linux-6.1.9/Documentation/input/ |
D | multi-touch-protocol.rst | 56 the ABS_MT_TRACKING_ID, either provided by the hardware or computed from 67 the ABS_MT_TRACKING_ID of the associated slot. A non-negative tracking id 79 slot by changing its ABS_MT_TRACKING_ID. If the hardware signals that it is 135 ABS_MT_TRACKING_ID 45 139 ABS_MT_TRACKING_ID 46 152 ABS_MT_TRACKING_ID -1 162 ABS_MT_TRACKING_ID -1 223 finger or a pen or something else. Finally, the ABS_MT_TRACKING_ID event 226 In the type B protocol, ABS_MT_TOOL_TYPE and ABS_MT_TRACKING_ID are 331 ABS_MT_TRACKING_ID
|
/linux-6.1.9/include/linux/input/ |
D | mt.h | 67 return input_mt_get_value(slot, ABS_MT_TRACKING_ID) >= 0; in input_mt_is_active()
|
/linux-6.1.9/include/uapi/linux/ |
D | input-event-codes.h | 888 #define ABS_MT_TRACKING_ID 0x39 /* Unique ID of initiated contact */ macro
|
/linux-6.1.9/include/dt-bindings/input/ |
D | linux-event-codes.h | 888 #define ABS_MT_TRACKING_ID 0x39 /* Unique ID of initiated contact */ macro
|
/linux-6.1.9/drivers/hid/ |
D | hid-asus.c | 232 int id = input_mt_get_value(ps, ABS_MT_TRACKING_ID); in asus_report_tool_width()
|
D | wacom_wac.c | 1297 int id = input_mt_get_value(ps, ABS_MT_TRACKING_ID); in wacom_wac_finger_count_touches() 2646 int mt_id = input_mt_get_value(ps, ABS_MT_TRACKING_ID); in wacom_wac_finger_slot() 2686 input_mt_get_value(s, ABS_MT_TRACKING_ID) >= 0) { in wacom_wac_slot_is_active()
|