Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbKbDxe/
DKeyBoard.c512 IN EFI_KEY_DESCRIPTOR *KeyDescriptor in FindUsbNsKey() argument
524 if (UsbNsKey->NsKey[0].Key == KeyDescriptor->Key) { in FindUsbNsKey()
552 IN EFI_KEY_DESCRIPTOR *KeyDescriptor in FindPhysicalKey() argument
560 if (KeyDescriptor->Key == PhysicalKey->Key) { in FindPhysicalKey()
570 return KeyDescriptor; in FindPhysicalKey()
594 EFI_KEY_DESCRIPTOR *KeyDescriptor; in SetKeyboardLayoutEvent() local
626KeyDescriptor = (EFI_KEY_DESCRIPTOR *) (((UINT8 *) KeyboardLayout) + sizeof (EFI_HII_KEYBOARD_LAYO… in SetKeyboardLayoutEvent()
631 CopyMem (&TempKey, KeyDescriptor, sizeof (EFI_KEY_DESCRIPTOR)); in SetKeyboardLayoutEvent()
643 CopyMem (TableEntry, KeyDescriptor, sizeof (EFI_KEY_DESCRIPTOR)); in SetKeyboardLayoutEvent()
656 NsKey = KeyDescriptor + 1; in SetKeyboardLayoutEvent()
[all …]
DKeyBoard.h46 EFI_KEY_DESCRIPTOR KeyDescriptor[USB_KEYBOARD_KEY_COUNT]; member
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/Setup/
DKeyboardLayout.c49 EFI_KEY_DESCRIPTOR KeyDescriptor[KEYBOARD_KEY_COUNT]; member