Home
last modified time | relevance | path

Searched refs:ABS_RESERVED (Results 1 - 6 of 6) sorted by relevance

/third_party/FreeBSD/sys/dev/evdev/
H A Dinput-event-codes.h888 * We define here ABS_RESERVED so userspace can rely on it and detect
891 #define ABS_RESERVED 0x2e macro
/third_party/libinput/include/linux/linux/
H A Dinput-event-codes.h844 * We define here ABS_RESERVED so userspace can rely on it and detect
847 #define ABS_RESERVED 0x2e macro
/third_party/libinput/include/linux/freebsd/
H A Dinput-event-codes.h844 * We define here ABS_RESERVED so userspace can rely on it and detect
847 #define ABS_RESERVED 0x2e macro
/third_party/libevdev/include/linux/linux/
H A Dinput-event-codes.h873 * We define here ABS_RESERVED so userspace can rely on it and detect
876 #define ABS_RESERVED 0x2e macro
/third_party/libevdev/include/
H A Devent-names.h67 [ABS_RESERVED] = "ABS_RESERVED",
927 { .name = "ABS_RESERVED", .value = ABS_RESERVED },
/third_party/libevdev/libevdev/
H A Dlibevdev.c347 /* devices with ABS_RESERVED aren't MT devices, in init_slots()
350 if (libevdev_has_event_code(dev, EV_ABS, ABS_RESERVED) || in init_slots()

Completed in 16 milliseconds