Home
last modified time | relevance | path

Searched refs:LED_MAX (Results 1 - 13 of 13) sorted by relevance

/third_party/libevdev/test/
H A Dtest-event-names.c15 ck_assert(libevdev_event_code_get_name(EV_LED, LED_MAX + 1) == NULL); in START_TEST()
111 ck_assert_str_eq(libevdev_event_code_get_name(EV_LED, LED_MAX), "LED_MAX"); in START_TEST()
113 ck_assert(libevdev_event_code_get_name(EV_LED, LED_MAX - 1) == NULL); in START_TEST()
H A Dtest-event-codes.c174 ck_assert_int_eq(libevdev_event_code_from_name(EV_LED, "LED_MAX"), LED_MAX); in START_TEST()
185 ck_assert_int_eq(libevdev_event_code_from_code_name("LED_MAX"), LED_MAX); in START_TEST()
H A Dtest-libevdev-events.c574 EV_LED, LED_MAX, in START_TEST()
579 uinput_device_event(uidev, EV_LED, LED_MAX, 1); in START_TEST()
592 assert_event(&ev, EV_LED, LED_MAX, 1); in START_TEST()
601 ck_assert_int_eq(libevdev_get_event_value(dev, EV_LED, LED_MAX), 1); in START_TEST()
H A Dtest-libevdev-has-event.c1076 rc = libevdev_kernel_set_led_value(dev, LED_MAX + 1, LIBEVDEV_LED_ON); in START_TEST()
1091 LED_MAX + 1, LIBEVDEV_LED_ON, in START_TEST()
/third_party/libevdev/tools/
H A Dlibevdev-events.c74 print_code_bits(dev, EV_LED, LED_MAX); in print_bits()
/third_party/FreeBSD/sys/dev/evdev/
H A Dinput-event-codes.h965 #define LED_MAX 0x0f macro
966 #define LED_CNT (LED_MAX+1)
/third_party/libinput/include/linux/linux/
H A Dinput-event-codes.h923 #define LED_MAX 0x0f macro
924 #define LED_CNT (LED_MAX+1)
/third_party/libinput/include/linux/freebsd/
H A Dinput-event-codes.h923 #define LED_MAX 0x0f macro
924 #define LED_CNT (LED_MAX+1)
/third_party/libevdev/include/linux/linux/
H A Dinput-event-codes.h953 #define LED_MAX 0x0f macro
954 #define LED_CNT (LED_MAX+1)
/third_party/libevdev/include/
H A Devent-names.h700 static const char * const led_map[LED_MAX + 1] = {
712 [LED_MAX] = "LED_MAX",
845 LED_MAX,
1580 { .name = "LED_MAX", .value = LED_MAX },
/third_party/libevdev/libevdev/
H A Dlibevdev.c1021 if (e->code > LED_MAX) in update_led_state()
1798 struct input_event ev[LED_MAX + 1]; in libevdev_kernel_set_led_values()
1818 if (code > LED_MAX) { in libevdev_kernel_set_led_values()
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs2413 pub const LED_MAX: ::__u16 = 0x0f; consts
2414 pub const LED_CNT: usize = LED_MAX as usize + 1;
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs3343 pub const LED_MAX: ::__u16 = 0x0f; consts
3344 pub const LED_CNT: usize = LED_MAX as usize + 1;

Completed in 40 milliseconds