Searched refs:ABS_MT_DISTANCE (Results 1 - 7 of 7) sorted by relevance
/third_party/libinput/test/ |
H A D | litest-device-atmel-hover.c | 41 { .type = EV_ABS, .code = ABS_MT_DISTANCE, .value = LITEST_AUTO_ASSIGN }, 54 { .type = EV_ABS, .code = ABS_MT_DISTANCE, .value = LITEST_AUTO_ASSIGN }, 63 { .type = EV_ABS, .code = ABS_MT_DISTANCE, .value = 1 }, 120 { ABS_MT_DISTANCE, 0, 1, 0, 0, 0 },
|
H A D | litest.c | 2027 case ABS_MT_DISTANCE: in litest_auto_assign_value() 2657 { .type = EV_ABS, .code = ABS_MT_DISTANCE, .value = 1 }, in litest_hover_end()
|
/third_party/FreeBSD/sys/dev/evdev/ |
H A D | input-event-codes.h | 905 #define ABS_MT_DISTANCE 0x3b /* Contact hover distance */ macro
|
/third_party/libinput/include/linux/linux/ |
H A D | input-event-codes.h | 861 #define ABS_MT_DISTANCE 0x3b /* Contact hover distance */ macro
|
/third_party/libinput/include/linux/freebsd/ |
H A D | input-event-codes.h | 861 #define ABS_MT_DISTANCE 0x3b /* Contact hover distance */ macro
|
/third_party/libevdev/include/linux/linux/ |
H A D | input-event-codes.h | 890 #define ABS_MT_DISTANCE 0x3b /* Contact hover distance */ macro
|
/third_party/libevdev/include/ |
H A D | event-names.h | 80 [ABS_MT_DISTANCE] = "ABS_MT_DISTANCE", 912 { .name = "ABS_MT_DISTANCE", .value = ABS_MT_DISTANCE },
|
Completed in 22 milliseconds