Home
last modified time | relevance | path

Searched refs:LED_COMPOSE (Results 1 – 6 of 6) sorted by relevance

/external/strace/xlat/
Devdev_leds.h27 #if defined(LED_COMPOSE) || (defined(HAVE_DECL_LED_COMPOSE) && HAVE_DECL_LED_COMPOSE)
29 static_assert((LED_COMPOSE) == (0x03), "LED_COMPOSE != 0x03");
32 # define LED_COMPOSE 0x03
97 [LED_COMPOSE] = XLAT(LED_COMPOSE),
Devdev_leds.in5 LED_COMPOSE 0x03
/external/autotest/client/bin/input/
Dlinux_input.py836 LED_COMPOSE = 0x03 variable
1309 LED_COMPOSE : 'COMPOSE',
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h919 #define LED_COMPOSE 0x03 macro
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c267 [LED_SCROLLL] = "ScrollLock", [LED_COMPOSE] = "Compose",
/external/crosvm/devices/src/virtio/input/
Dconstants.rs737 pub const LED_COMPOSE: u16 = 0x03; constant