Searched refs:LED_MAX (Results 1 - 13 of 13) sorted by relevance
/third_party/libevdev/test/ |
H A D | test-event-names.c | 15 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 D | test-event-codes.c | 174 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 D | test-libevdev-events.c | 574 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 D | test-libevdev-has-event.c | 1076 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 D | libevdev-events.c | 74 print_code_bits(dev, EV_LED, LED_MAX); in print_bits()
|
/third_party/FreeBSD/sys/dev/evdev/ |
H A D | input-event-codes.h | 965 #define LED_MAX 0x0f macro 966 #define LED_CNT (LED_MAX+1)
|
/third_party/libinput/include/linux/linux/ |
H A D | input-event-codes.h | 923 #define LED_MAX 0x0f macro 924 #define LED_CNT (LED_MAX+1)
|
/third_party/libinput/include/linux/freebsd/ |
H A D | input-event-codes.h | 923 #define LED_MAX 0x0f macro 924 #define LED_CNT (LED_MAX+1)
|
/third_party/libevdev/include/linux/linux/ |
H A D | input-event-codes.h | 953 #define LED_MAX 0x0f macro 954 #define LED_CNT (LED_MAX+1)
|
/third_party/libevdev/include/ |
H A D | event-names.h | 700 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 D | libevdev.c | 1021 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 D | mod.rs | 2413 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 D | mod.rs | 3343 pub const LED_MAX: ::__u16 = 0x0f; consts 3344 pub const LED_CNT: usize = LED_MAX as usize + 1;
|
Completed in 39 milliseconds