Home
last modified time | relevance | path

Searched refs:SW_MAX (Results 1 - 11 of 11) sorted by relevance

/third_party/libevdev/test/
H A Dtest-event-names.c16 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 Dtest-event-codes.c173 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 Dtest-libevdev-events.c620 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 Dinput-event-codes.h934 #define SW_MAX 0x0f macro
935 #define SW_CNT (SW_MAX+1)
/third_party/libinput/include/linux/linux/
H A Dinput-event-codes.h892 #define SW_MAX 0x10 macro
893 #define SW_CNT (SW_MAX+1)
/third_party/libinput/include/linux/freebsd/
H A Dinput-event-codes.h892 #define SW_MAX 0x10 macro
893 #define SW_CNT (SW_MAX+1)
/third_party/libevdev/include/linux/linux/
H A Dinput-event-codes.h922 #define SW_MAX 0x11 macro
923 #define SW_CNT (SW_MAX+1)
/third_party/libevdev/include/
H A Devent-names.h732 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 Dmod.rs2409 pub const SW_MAX: ::__u16 = 0x0f; consts
2410 pub const SW_CNT: usize = SW_MAX as usize + 1;
/third_party/libevdev/libevdev/
H A Dlibevdev.c1035 if (e->code > SW_MAX) in update_sw_state()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs3339 pub const SW_MAX: ::__u16 = 0x10; consts
3340 pub const SW_CNT: usize = SW_MAX as usize + 1;

Completed in 44 milliseconds