Home
last modified time | relevance | path

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

/external/strace/xlat/
Devdev_leds.h20 #if defined(LED_SCROLLL) || (defined(HAVE_DECL_LED_SCROLLL) && HAVE_DECL_LED_SCROLLL)
22 static_assert((LED_SCROLLL) == (0x02), "LED_SCROLLL != 0x02");
25 # define LED_SCROLLL 0x02
96 [LED_SCROLLL] = XLAT(LED_SCROLLL),
Devdev_leds.in4 LED_SCROLLL 0x02
/external/autotest/client/bin/input/
Dlinux_input.py842 LED_SCROLLL = 0x02 variable
1315 LED_SCROLLL : 'SCROLLL',
/external/crosvm/devices/src/virtio/input/
Ddefaults.rs294 virtio_input_bitmap::from_bits(&[LED_CAPSL, LED_NUML, LED_SCROLLL]), in default_keyboard_events()
Dconstants.rs736 pub const LED_SCROLLL: u16 = 0x02; constant
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h946 #define LED_SCROLLL 0x02 macro
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c267 [LED_SCROLLL] = "ScrollLock", [LED_COMPOSE] = "Compose",