Searched refs:ABS_MT_DISTANCE (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/tools/testing/selftests/hid/tests/ |
D | test_multitouch.py | 874 assert libevdev.InputEvent(libevdev.EV_ABS.ABS_MT_DISTANCE) in events 875 assert evdev.slots[0][libevdev.EV_ABS.ABS_MT_DISTANCE] > 0 885 assert libevdev.InputEvent(libevdev.EV_ABS.ABS_MT_DISTANCE, 0) in events 886 assert evdev.slots[0][libevdev.EV_ABS.ABS_MT_DISTANCE] == 0 892 assert libevdev.InputEvent(libevdev.EV_ABS.ABS_MT_DISTANCE) in events 893 assert evdev.slots[0][libevdev.EV_ABS.ABS_MT_DISTANCE] > 0
|
/linux-6.12.1/include/uapi/linux/ |
D | input-event-codes.h | 896 #define ABS_MT_DISTANCE 0x3b /* Contact hover distance */ macro
|
/linux-6.12.1/include/dt-bindings/input/ |
D | linux-event-codes.h | 896 #define ABS_MT_DISTANCE 0x3b /* Contact hover distance */ macro
|
/linux-6.12.1/drivers/input/ |
D | input-mt.c | 229 !test_bit(ABS_MT_DISTANCE, dev->absbit) && in input_mt_report_pointer_emulation()
|
/linux-6.12.1/Documentation/input/ |
D | multi-touch-protocol.rst | 188 instead. Devices capable of contact hovering can use ABS_MT_DISTANCE to 267 ABS_MT_DISTANCE
|
/linux-6.12.1/drivers/hid/ |
D | hid-multitouch.c | 795 ABS_MT_DISTANCE, 0, 1, 0, 0); in mt_touch_input_mapping() 1149 input_event(input, EV_ABS, ABS_MT_DISTANCE, !*slot->tip_state); in mt_process_slot()
|
D | hid-debug.c | 3528 [ABS_MT_DISTANCE] = "MTDistance",
|
/linux-6.12.1/drivers/input/touchscreen/ |
D | atmel_mxt_ts.c | 1017 input_report_abs(input_dev, ABS_MT_DISTANCE, distance); in mxt_proc_t100_message() 2178 input_set_abs_params(input_dev, ABS_MT_DISTANCE, in mxt_initialize_input_device()
|