Searched refs:ABS_MT_DISTANCE (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/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.6.21/include/uapi/linux/ |
D | input-event-codes.h | 893 #define ABS_MT_DISTANCE 0x3b /* Contact hover distance */ macro
|
/linux-6.6.21/drivers/input/ |
D | input-mt.c | 226 !test_bit(ABS_MT_DISTANCE, dev->absbit) && in input_mt_report_pointer_emulation()
|
/linux-6.6.21/include/dt-bindings/input/ |
D | linux-event-codes.h | 893 #define ABS_MT_DISTANCE 0x3b /* Contact hover distance */ macro
|
/linux-6.6.21/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.6.21/drivers/hid/ |
D | hid-multitouch.c | 790 ABS_MT_DISTANCE, 0, 1, 0, 0); in mt_touch_input_mapping() 1144 input_event(input, EV_ABS, ABS_MT_DISTANCE, !*slot->tip_state); in mt_process_slot()
|
/linux-6.6.21/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()
|