Searched refs:ABS_MT_DISTANCE (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/testing/selftests/hid/tests/ |
| H A D | test_multitouch.py | 951 assert libevdev.InputEvent(libevdev.EV_ABS.ABS_MT_DISTANCE) in events 952 assert evdev.slots[0][libevdev.EV_ABS.ABS_MT_DISTANCE] > 0 962 assert libevdev.InputEvent(libevdev.EV_ABS.ABS_MT_DISTANCE, 0) in events 963 assert evdev.slots[0][libevdev.EV_ABS.ABS_MT_DISTANCE] == 0 969 assert libevdev.InputEvent(libevdev.EV_ABS.ABS_MT_DISTANCE) in events 970 assert evdev.slots[0][libevdev.EV_ABS.ABS_MT_DISTANCE] > 0
|
| /linux/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 923 #define ABS_MT_DISTANCE 0x3b /* Contact hover distance */ 894 #define ABS_MT_DISTANCE global() macro
|
| /linux/drivers/input/ |
| H A D | input-mt.c | 234 !test_bit(ABS_MT_DISTANCE, dev->absbit) && in input_mt_report_pointer_emulation()
|
| /linux/include/uapi/linux/ |
| H A D | input-event-codes.h | 923 #define ABS_MT_DISTANCE 0x3b /* Contact hover distance */ macro
|
| /linux/Documentation/input/ |
| H A D | multi-touch-protocol.rst | 188 instead. Devices capable of contact hovering can use ABS_MT_DISTANCE to 267 ABS_MT_DISTANCE
|
| /linux/drivers/hid/ |
| H A D | hid-debug.c | 3536 [ABS_MT_DISTANCE] = "MTDistance",
|
| H A D | hid-multitouch.c | 889 ABS_MT_DISTANCE, 0, 1, 0, 0); in mt_touch_input_mapping() 1262 input_event(input, EV_ABS, ABS_MT_DISTANCE, !*slot->tip_state); in mt_process_mt_event()
|
| /linux/drivers/input/touchscreen/ |
| H A D | atmel_mxt_ts.c | 1014 input_report_abs(input_dev, ABS_MT_DISTANCE, distance); in mxt_proc_t100_message() 2163 input_set_abs_params(input_dev, ABS_MT_DISTANCE, in mxt_initialize_input_device()
|