Home
last modified time | relevance | path

Searched refs:BTN_A (Results 1 - 9 of 9) sorted by relevance

/third_party/libevdev/test/
H A Dtest-event-codes.c80 ck_assert_int_eq(libevdev_event_code_from_name(EV_KEY, "BTN_A"), BTN_A); in START_TEST()
104 ck_assert_int_eq(libevdev_event_code_from_code_name("BTN_A"), BTN_A); in START_TEST()
H A Dtest-event-names.c83 ck_assert_str_eq(libevdev_event_code_get_name(EV_KEY, BTN_A), "BTN_SOUTH"); in START_TEST()
/third_party/libinput/src/
H A Devdev-tablet-pad.c625 for (code = BTN_A; code < BTN_A + 6; code++) { in pad_init_buttons_from_kernel()
/third_party/FreeBSD/sys/dev/evdev/
H A Dinput-event-codes.h394 #define BTN_A BTN_SOUTH macro
/third_party/libinput/include/linux/linux/
H A Dinput-event-codes.h381 #define BTN_A BTN_SOUTH macro
/third_party/libinput/include/linux/freebsd/
H A Dinput-event-codes.h381 #define BTN_A BTN_SOUTH macro
/third_party/libevdev/include/linux/linux/
H A Dinput-event-codes.h382 #define BTN_A BTN_SOUTH macro
/third_party/libinput/test/
H A Dtest-device.c1119 EV_KEY, BTN_A, in START_TEST()
/third_party/libevdev/include/
H A Devent-names.h951 { .name = "BTN_A", .value = BTN_A },

Completed in 22 milliseconds