Home
last modified time | relevance | path

Searched refs:LED_NUML (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/drivers/input/keyboard/
H A Dsunkbd.c149 !!test_bit(LED_NUML, dev->led)); in sunkbd_event()
212 !!test_bit(LED_NUML, sunkbd->dev->led)); in sunkbd_set_leds_beeps()
307 BIT_MASK(LED_SCROLLL) | BIT_MASK(LED_NUML); in sunkbd_connect()
H A Dhilkbd.c252 hil_dev.dev->ledbit[0] = BIT_MASK(LED_NUML) | BIT_MASK(LED_CAPSL) | in hil_keyb_init()
H A Dhil_kbd.c333 input_dev->ledbit[0] = BIT_MASK(LED_NUML) | BIT_MASK(LED_CAPSL) | in hil_dev_keyboard_setup()
H A Datkbd.c613 | (test_bit(LED_NUML, dev->led) ? 2 : 0) in atkbd_set_leds()
1214 input_dev->ledbit[0] = BIT_MASK(LED_NUML) | in atkbd_set_device_attrs()
/openbmc/linux/drivers/hid/usbhid/
H A Dusbkbd.c165 (!!test_bit(LED_NUML, dev->led)); in usb_kbd_event()
323 input_dev->ledbit[0] = BIT_MASK(LED_NUML) | BIT_MASK(LED_CAPSL) | in usb_kbd_probe()
/openbmc/linux/drivers/input/
H A Dinput-leds.c25 [LED_NUML] = { "numlock", VT_TRIGGER("kbd-numlock") },
/openbmc/qemu/hw/input/
H A Dvirtio-input-hid.c219 if (event->code == LED_NUML) { in virtio_input_hid_handle_status()
298 (1 << LED_NUML) | (1 << LED_CAPSL) | (1 << LED_SCROLLL),
/openbmc/linux/drivers/macintosh/
H A Dadbhid.c692 (test_bit(LED_NUML, dev->led) ? 1 : 0) | in adbhid_kbd_event()
837 BIT_MASK(LED_CAPSL) | BIT_MASK(LED_NUML); in adbhid_input_register()
/openbmc/u-boot/include/dt-bindings/input/
H A Dlinux-event-codes.h772 #define LED_NUML 0x00 macro
/openbmc/qemu/include/standard-headers/linux/
H A Dinput-event-codes.h944 #define LED_NUML 0x00 macro
/openbmc/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h945 #define LED_NUML 0x00 macro
/openbmc/linux/include/uapi/linux/
H A Dinput-event-codes.h945 #define LED_NUML 0x00 macro
/openbmc/linux/net/bluetooth/hidp/
H A Dcore.c164 (!!test_bit(LED_NUML, dev->led) << 0); in hidp_input_event()
682 set_bit(LED_NUML, input->ledbit); in hidp_setup_input()
/openbmc/linux/drivers/hid/
H A Dhid-debug.c1040 [LED_NUML] = "NumLock", [LED_CAPSL] = "CapsLock",
H A Dhid-apple.c519 test_bit(LED_NUML, input->led))) { in hidinput_apple_event()
H A Dhid-input.c928 case 0x01: map_led (LED_NUML); break; /* "Num Lock" */ in hidinput_configure_usage()
/openbmc/linux/drivers/tty/vt/
H A Dkeyboard.c1119 input_inject_event(handle, EV_LED, LED_NUML, !!(leds & BIT(1))); in kbd_update_leds_helper()