Home
last modified time | relevance | path

Searched refs:LED_CAPSL (Results 1 – 7 of 7) sorted by relevance

/external/strace/xlat/
Devdev_leds.h13 #if defined(LED_CAPSL) || (defined(HAVE_DECL_LED_CAPSL) && HAVE_DECL_LED_CAPSL)
15 static_assert((LED_CAPSL) == (0x01), "LED_CAPSL != 0x01");
18 # define LED_CAPSL 0x01
95 [LED_CAPSL] = XLAT(LED_CAPSL),
Devdev_leds.in3 LED_CAPSL 0x01
/external/autotest/client/bin/input/
Dlinux_input.py834 LED_CAPSL = 0x01 variable
1307 LED_CAPSL : 'CAPSL',
/external/crosvm/devices/src/virtio/input/
Ddefaults.rs287 virtio_input_bitmap::from_bits(&[LED_CAPSL, LED_NUML, LED_SCROLLL]), in default_keyboard_events()
Dconstants.rs735 pub const LED_CAPSL: u16 = 0x01; constant
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h917 #define LED_CAPSL 0x01 macro
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c266 [LED_NUML] = "NumLock", [LED_CAPSL] = "CapsLock",