Searched refs:EV_PWR (Results 1 - 8 of 8) sorted by relevance
/third_party/libevdev/test/ |
H A D | test-event-names.c | 37 ck_assert_str_eq(libevdev_event_type_get_name(EV_PWR), "EV_PWR"); in START_TEST()
|
H A D | test-event-codes.c | 127 ck_assert_int_eq(libevdev_event_code_from_name(EV_PWR, "PWR_SOMETHING"), -1); in START_TEST()
|
H A D | test-libevdev-has-event.c | 19 * EV_PWR, EV_FF_STATUS, EV_REP, */ 129 ck_assert_msg(!libevdev_has_event_code(dev, EV_PWR, 0), "for EV_PWR"); in START_TEST()
|
/third_party/FreeBSD/sys/dev/evdev/ |
H A D | input-event-codes.h | 60 #define EV_PWR 0x16 macro
|
/third_party/libinput/include/linux/linux/ |
H A D | input-event-codes.h | 48 #define EV_PWR 0x16 macro
|
/third_party/libinput/include/linux/freebsd/ |
H A D | input-event-codes.h | 48 #define EV_PWR 0x16 macro
|
/third_party/libevdev/include/linux/linux/ |
H A D | input-event-codes.h | 48 #define EV_PWR 0x16 macro
|
/third_party/libevdev/include/ |
H A D | event-names.h | 17 [EV_PWR] = "EV_PWR", 888 { .name = "EV_PWR", .value = EV_PWR },
|
Completed in 15 milliseconds