Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/hid/tests/
H A Dtest_multitouch.py874 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
/openbmc/u-boot/include/dt-bindings/input/
H A Dlinux-event-codes.h723 #define ABS_MT_DISTANCE 0x3b /* Contact hover distance */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dinput-event-codes.h893 #define ABS_MT_DISTANCE 0x3b /* Contact hover distance */ macro
/openbmc/linux/drivers/input/
H A Dinput-mt.c226 !test_bit(ABS_MT_DISTANCE, dev->absbit) && in input_mt_report_pointer_emulation()
/openbmc/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h894 #define ABS_MT_DISTANCE 0x3b /* Contact hover distance */ macro
/openbmc/linux/include/uapi/linux/
H A Dinput-event-codes.h894 #define ABS_MT_DISTANCE 0x3b /* Contact hover distance */ macro
/openbmc/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
/openbmc/linux/drivers/hid/
H A Dhid-multitouch.c790 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()
/openbmc/linux/drivers/input/touchscreen/
H A Datmel_mxt_ts.c1017 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()