Home
last modified time | relevance | path

Searched refs:BTN_DIGI (Results 1 – 7 of 7) sorted by relevance

/third_party/libinput/test/
Dtest-pad.c73 for (code = BTN_0; code < BTN_DIGI; code++) { in START_TEST()
195 for (code = BTN_0; code < BTN_DIGI; code++) { in START_TEST()
198 (code >= BTN_DIGI)) { in START_TEST()
/third_party/libevdev/test/
Dtest-event-names.c99 ck_assert_str_eq(libevdev_event_code_get_name(EV_KEY, BTN_DIGI), "BTN_TOOL_PEN"); in START_TEST()
/third_party/libinput/include/linux/freebsd/
Dinput-event-codes.h400 #define BTN_DIGI 0x140 macro
/third_party/libevdev/include/linux/linux/
Dinput-event-codes.h401 #define BTN_DIGI 0x140 macro
/third_party/libinput/include/linux/linux/
Dinput-event-codes.h400 #define BTN_DIGI 0x140 macro
/third_party/FreeBSD/sys/dev/evdev/
Dinput-event-codes.h413 #define BTN_DIGI 0x140 macro
/third_party/libevdev/
Dthird_party_libevdev.diff26193 + ck_assert_str_eq(libevdev_event_code_get_name(EV_KEY, BTN_DIGI), "BTN_TOOL_PEN");