Home
last modified time | relevance | path

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

/external/strace/xlat/
Devdev_leds.h62 #if defined(LED_MISC) || (defined(HAVE_DECL_LED_MISC) && HAVE_DECL_LED_MISC)
64 static_assert((LED_MISC) == (0x08), "LED_MISC != 0x08");
67 # define LED_MISC 0x08
102 [LED_MISC] = XLAT(LED_MISC),
Devdev_leds.in10 LED_MISC 0x08
/external/autotest/client/bin/input/
Dlinux_input.py841 LED_MISC = 0x08 variable
1314 LED_MISC : 'SLEEP',
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h924 #define LED_MISC 0x08 macro
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c270 [LED_MISC] = "Misc",
/external/crosvm/devices/src/virtio/input/
Dconstants.rs742 pub const LED_MISC: u16 = 0x08; constant