Home
last modified time | relevance | path

Searched refs:capslock (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/Documentation/leds/
H A Dwell-known-leds.txt35 Good: "input*:*:capslock"
38 Legacy: "shift-key-light" (Motorola Droid 4, capslock)
H A Dleds-class.rst97 - "input3::capslock"
/openbmc/linux/Documentation/devicetree/bindings/leds/
H A Dcommon.yaml109 # LED indicated keyboard capslock
110 - kbd-capslock
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8998-fxtec-pro1.dts157 label = "yellow:capslock";
158 linux,default-trigger = "kbd-capslock";
/openbmc/linux/arch/arm64/boot/dts/allwinner/
H A Dsun50i-a64-teres-i.dts57 label = "teres-i:green:capslock";
/openbmc/linux/Documentation/ABI/obsolete/
H A Dsysfs-driver-hid-roccat-isku35 capslock key for a specific profile. Profile number is included
H A Dsysfs-driver-hid-roccat-ryos65 capslock and function keys for a specific profile. Profile index
/openbmc/qemu/ui/
H A Dvnc.c1923 bool capslock = qkbd_state_modifier_get(vs->vd->kbd, QKBD_MOD_CAPSLOCK); in do_key_event() local
1924 if (capslock) { in do_key_event()