Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbKbDxe/
DKeyBoard.c483 …if ((!USBKBD_VALID_KEYCODE (KeyCode)) || ((KeyCode > 0x65) && (KeyCode < 0xe0)) || (KeyCode > 0xe7… in GetKeyDescriptor()
1119 if (!USBKBD_VALID_KEYCODE (OldKeyCodeBuffer[Index])) { in KeyboardHandler()
1129 if (!USBKBD_VALID_KEYCODE (CurKeyCodeBuffer[Index2])) { in KeyboardHandler()
1169 if (!USBKBD_VALID_KEYCODE (CurKeyCodeBuffer[Index])) { in KeyboardHandler()
1179 if (!USBKBD_VALID_KEYCODE (OldKeyCodeBuffer[Index2])) { in KeyboardHandler()
DEfiKey.h187 #define USBKBD_VALID_KEYCODE(Key) ((UINT8) (Key) > 3) macro