Searched refs:SW_MAX (Results 1 - 11 of 11) sorted by relevance
/third_party/libevdev/test/ |
H A D | test-event-names.c | 16 ck_assert(libevdev_event_code_get_name(EV_SW, SW_MAX + 1) == NULL); in START_TEST() 161 ck_assert_str_eq(libevdev_event_code_get_name(EV_SW, SW_MAX), "SW_MACHINE_COVER"); in START_TEST()
|
H A D | test-event-codes.c | 173 ck_assert_int_eq(libevdev_event_code_from_name(EV_SW, "SW_MAX"), SW_MAX); in START_TEST() 184 ck_assert_int_eq(libevdev_event_code_from_code_name("SW_MAX"), SW_MAX); in START_TEST()
|
H A D | test-libevdev-events.c | 620 EV_SW, SW_MAX, in START_TEST() 625 uinput_device_event(uidev, EV_SW, SW_MAX, 1); in START_TEST() 638 assert_event(&ev, EV_SW, SW_MAX, 1); in START_TEST() 647 ck_assert_int_eq(libevdev_get_event_value(dev, EV_SW, SW_MAX), 1); in START_TEST()
|
/third_party/FreeBSD/sys/dev/evdev/ |
H A D | input-event-codes.h | 934 #define SW_MAX 0x0f macro 935 #define SW_CNT (SW_MAX+1)
|
/third_party/libinput/include/linux/linux/ |
H A D | input-event-codes.h | 892 #define SW_MAX 0x10 macro 893 #define SW_CNT (SW_MAX+1)
|
/third_party/libinput/include/linux/freebsd/ |
H A D | input-event-codes.h | 892 #define SW_MAX 0x10 macro 893 #define SW_CNT (SW_MAX+1)
|
/third_party/libevdev/include/linux/linux/ |
H A D | input-event-codes.h | 922 #define SW_MAX 0x11 macro 923 #define SW_CNT (SW_MAX+1)
|
/third_party/libevdev/include/ |
H A D | event-names.h | 732 static const char * const sw_map[SW_MAX + 1] = { 833 SW_MAX, 1625 { .name = "SW_MAX", .value = SW_MAX },
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 2409 pub const SW_MAX: ::__u16 = 0x0f; consts 2410 pub const SW_CNT: usize = SW_MAX as usize + 1;
|
/third_party/libevdev/libevdev/ |
H A D | libevdev.c | 1035 if (e->code > SW_MAX) in update_sw_state()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 3339 pub const SW_MAX: ::__u16 = 0x10; consts 3340 pub const SW_CNT: usize = SW_MAX as usize + 1;
|
Completed in 44 milliseconds