Home
last modified time | relevance | path

Searched refs:ABS_MT_DISTANCE (Results 1 – 8 of 8) sorted by relevance

/linux/tools/testing/selftests/hid/tests/
H A Dtest_multitouch.py951 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 Dlinux-event-codes.h923 #define ABS_MT_DISTANCE 0x3b /* Contact hover distance */
894 #define ABS_MT_DISTANCE global() macro
/linux/drivers/input/
H A Dinput-mt.c234 !test_bit(ABS_MT_DISTANCE, dev->absbit) && in input_mt_report_pointer_emulation()
/linux/include/uapi/linux/
H A Dinput-event-codes.h923 #define ABS_MT_DISTANCE 0x3b /* Contact hover distance */ macro
/linux/Documentation/input/
H A Dmulti-touch-protocol.rst188 instead. Devices capable of contact hovering can use ABS_MT_DISTANCE to
267 ABS_MT_DISTANCE
/linux/drivers/hid/
H A Dhid-debug.c3536 [ABS_MT_DISTANCE] = "MTDistance",
H A Dhid-multitouch.c889 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 Datmel_mxt_ts.c1014 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()