Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dusb_kbd.c92 #define USB_KBD_SCROLLLOCK (1 << 2) macro
96 (USB_KBD_NUMLOCK | USB_KBD_CAPSLOCK | USB_KBD_SCROLLLOCK)
232 data->flags ^= USB_KBD_SCROLLLOCK; in usb_kbd_translate()