Searched refs:LED_COMPOSE (Results 1 - 9 of 9) sorted by relevance
/third_party/libevdev/test/ |
H A D | test-libevdev-has-event.c | 1019 EV_LED, LED_COMPOSE, in START_TEST() 1030 LED_COMPOSE, LIBEVDEV_LED_OFF, in START_TEST() 1035 ck_assert_int_eq(0, libevdev_get_event_value(dev, EV_LED, LED_COMPOSE)); in START_TEST() 1040 LED_COMPOSE, LIBEVDEV_LED_ON, in START_TEST() 1045 ck_assert_int_eq(1, libevdev_get_event_value(dev, EV_LED, LED_COMPOSE)); in START_TEST() 1052 LED_COMPOSE, LIBEVDEV_LED_ON, in START_TEST() 1057 ck_assert_int_eq(1, libevdev_get_event_value(dev, EV_LED, LED_COMPOSE)); in START_TEST() 1073 EV_LED, LED_COMPOSE, in START_TEST() 1115 EV_LED, LED_COMPOSE, in START_TEST() 1148 ck_assert_int_eq(0, libevdev_get_event_value(dev, EV_LED, LED_COMPOSE)); in START_TEST() [all...] |
/third_party/libinput/test/ |
H A D | litest-device-yubikey.c | 145 EV_LED, LED_COMPOSE,
|
H A D | litest-device-apple-internal-keyboard.c | 215 EV_LED, LED_COMPOSE,
|
H A D | litest-device-asus-rog-gladius.c | 305 EV_LED, LED_COMPOSE,
|
/third_party/FreeBSD/sys/dev/evdev/ |
H A D | input-event-codes.h | 957 #define LED_COMPOSE 0x03 macro
|
/third_party/libinput/include/linux/linux/ |
H A D | input-event-codes.h | 915 #define LED_COMPOSE 0x03 macro
|
/third_party/libinput/include/linux/freebsd/ |
H A D | input-event-codes.h | 915 #define LED_COMPOSE 0x03 macro
|
/third_party/libevdev/include/linux/linux/ |
H A D | input-event-codes.h | 945 #define LED_COMPOSE 0x03 macro
|
/third_party/libevdev/include/ |
H A D | event-names.h | 704 [LED_COMPOSE] = "LED_COMPOSE", 1577 { .name = "LED_COMPOSE", .value = LED_COMPOSE },
|
Completed in 15 milliseconds