Searched defs:KeyDescriptor (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbKbDxe/
H A DKeyBoard.h46 EFI_KEY_DESCRIPTOR KeyDescriptor[USB_KEYBOARD_KEY_COUNT]; member in struct:__anon5971
H A DKeyBoard.c503 @param KeyDescriptor Key descriptor.
505 @return The Non-Spacing key corresponding to KeyDescriptor
512 IN EFI_KEY_DESCRIPTOR *KeyDescriptor
524 if (UsbNsKey->NsKey[0].Key == KeyDescriptor->Key) {
540 the KeyDescriptor.
543 @param KeyDescriptor The key descriptor.
546 If no physical key is found, parameter KeyDescriptor is returned.
552 IN EFI_KEY_DESCRIPTOR *KeyDescriptor
560 if (KeyDescriptor->Key == PhysicalKey->Key) {
570 return KeyDescriptor;
594 EFI_KEY_DESCRIPTOR *KeyDescriptor; local
982 EFI_KEY_DESCRIPTOR *KeyDescriptor; local
1264 EFI_KEY_DESCRIPTOR *KeyDescriptor; local
1507 EFI_KEY_DESCRIPTOR *KeyDescriptor; local
[all...]
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/Setup/
H A DKeyboardLayout.c49 EFI_KEY_DESCRIPTOR KeyDescriptor[KEYBOARD_KEY_COUNT]; member in struct:__anon8836

Completed in 59 milliseconds