| /OK3568_Linux_fs/kernel/drivers/input/keyboard/ |
| H A D | sunkbd.c | 149 (!!test_bit(LED_CAPSL, dev->led) << 3) | in sunkbd_event() 212 (!!test_bit(LED_CAPSL, sunkbd->dev->led) << 3) | in sunkbd_set_leds_beeps() 309 input_dev->ledbit[0] = BIT_MASK(LED_CAPSL) | BIT_MASK(LED_COMPOSE) | in sunkbd_connect()
|
| H A D | lkkbd.c | 494 CHECK_LED(lk, leds_on, leds_off, LED_CAPSL, LK_LED_SHIFTLOCK); in lkkbd_toggle_leds() 647 __set_bit(LED_CAPSL, input_dev->ledbit); in lkkbd_connect()
|
| H A D | hilkbd.c | 252 hil_dev.dev->ledbit[0] = BIT_MASK(LED_NUML) | BIT_MASK(LED_CAPSL) | in hil_keyb_init()
|
| H A D | hil_kbd.c | 333 input_dev->ledbit[0] = BIT_MASK(LED_NUML) | BIT_MASK(LED_CAPSL) | in hil_dev_keyboard_setup()
|
| H A D | atkbd.c | 605 | (test_bit(LED_CAPSL, dev->led) ? 4 : 0); in atkbd_set_leds() 1165 BIT_MASK(LED_CAPSL) | BIT_MASK(LED_SCROLLL); in atkbd_set_device_attrs()
|
| H A D | applespi.c | 939 applespi_set_capsl_led(applespi, !!test_bit(LED_CAPSL, dev->led)); in applespi_event() 1719 applespi->keyboard_input_dev->ledbit[0] = BIT_MASK(LED_CAPSL); in applespi_probe()
|
| /OK3568_Linux_fs/kernel/drivers/staging/nvec/ |
| H A D | nvec_kbd.c | 97 if (code != LED_CAPSL) in nvec_kbd_event() 131 idev->ledbit[0] = BIT_MASK(LED_CAPSL); in nvec_kbd_probe()
|
| /OK3568_Linux_fs/kernel/drivers/hid/usbhid/ |
| H A D | usbkbd.c | 164 (!!test_bit(LED_SCROLLL, dev->led) << 2) | (!!test_bit(LED_CAPSL, dev->led) << 1) | in usb_kbd_event() 323 input_dev->ledbit[0] = BIT_MASK(LED_NUML) | BIT_MASK(LED_CAPSL) | in usb_kbd_probe()
|
| /OK3568_Linux_fs/kernel/drivers/staging/unisys/visorinput/ |
| H A D | visorinput.c | 340 visorinput_dev->ledbit[0] = BIT_MASK(LED_CAPSL) | in setup_client_keyboard() 550 led = LED_CAPSL; in handle_locking_key()
|
| /OK3568_Linux_fs/kernel/drivers/input/ |
| H A D | input-leds.c | 26 [LED_CAPSL] = { "capslock", VT_TRIGGER("kbd-capslock") },
|
| /OK3568_Linux_fs/kernel/drivers/macintosh/ |
| H A D | adbhid.c | 693 (test_bit(LED_CAPSL, dev->led) ? 2 : 0); in adbhid_kbd_event() 840 BIT_MASK(LED_CAPSL) | BIT_MASK(LED_NUML); in adbhid_input_register()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | input-event-codes.h | 827 #define LED_CAPSL 0x01 macro
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/input/ |
| H A D | usb-common.c | 314 case LED_CAPSL: in usbPrint()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | input-event-codes.h | 827 #define LED_CAPSL 0x01 macro
|
| /OK3568_Linux_fs/u-boot/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 773 #define LED_CAPSL 0x01 macro
|
| /OK3568_Linux_fs/kernel/include/dt-bindings/input/ |
| H A D | rk-input.h | 740 #define LED_CAPSL 0x01 macro
|
| H A D | linux-event-codes.h | 920 #define LED_CAPSL 0x01 macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | input-event-codes.h | 920 #define LED_CAPSL 0x01 macro
|
| /OK3568_Linux_fs/kernel/net/bluetooth/hidp/ |
| H A D | core.c | 163 (!!test_bit(LED_CAPSL, dev->led) << 1) | in hidp_input_event() 683 set_bit(LED_CAPSL, input->ledbit); in hidp_setup_input()
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-debug.c | 986 [LED_NUML] = "NumLock", [LED_CAPSL] = "CapsLock",
|
| H A D | hid-input.c | 762 case 0x02: map_led (LED_CAPSL); break; /* "Caps Lock" */ in hidinput_configure_usage()
|
| /OK3568_Linux_fs/kernel/drivers/tty/vt/ |
| H A D | keyboard.c | 1094 input_inject_event(handle, EV_LED, LED_CAPSL, !!(leds & 0x04)); in kbd_update_leds_helper()
|