Searched defs:KeyboardLayout (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbKbDxe/
H A DKeyBoard.c417 EFI_HII_KEYBOARD_LAYOUT *KeyboardLayout; local
436 KeyboardLayout = NULL;
441 KeyboardLayout
444 KeyboardLayout = AllocatePool (Length);
445 ASSERT (KeyboardLayout != NULL);
451 KeyboardLayout
454 FreePool (KeyboardLayout);
455 KeyboardLayout = NULL;
459 return KeyboardLayout;
592 EFI_HII_KEYBOARD_LAYOUT *KeyboardLayout; local
744 EFI_HII_KEYBOARD_LAYOUT *KeyboardLayout; local
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DDatabase.c3823 KeyboardLayout buffer. On output, the length of
3824 the data placed into KeyboardLayout.
3825 @param KeyboardLayout A pointer to a buffer containing the retrieved
3830 @retval EFI_INVALID_PARAMETER The KeyboardLayout or KeyboardLayoutLength was
3833 that KeyboardLayout is too small to support the
3845 OUT EFI_HII_KEYBOARD_LAYOUT *KeyboardLayout
3862 if (*KeyboardLayoutLength > 0 && KeyboardLayout == NULL) {
3879 CopyMem (KeyboardLayout, Private->CurrentLayout, LayoutLength);
3904 CopyMem (KeyboardLayout, Layout, LayoutLength);
3945 EFI_HII_KEYBOARD_LAYOUT *KeyboardLayout; local
[all...]

Completed in 78 milliseconds