Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbKbDxe/
DKeyBoard.c496 return &UsbKeyboardDevice->KeyConvertionTable[Index]; in GetKeyDescriptor()
620 …UsbKeyboardDevice->KeyConvertionTable = AllocateZeroPool ((NUMBER_OF_VALID_USB_KEYCODE) * sizeof (… in SetKeyboardLayoutEvent()
621 ASSERT (UsbKeyboardDevice->KeyConvertionTable != NULL); in SetKeyboardLayoutEvent()
709 if (UsbKeyboardDevice->KeyConvertionTable != NULL) { in ReleaseKeyboardLayoutResources()
710 FreePool (UsbKeyboardDevice->KeyConvertionTable); in ReleaseKeyboardLayoutResources()
712 UsbKeyboardDevice->KeyConvertionTable = NULL; in ReleaseKeyboardLayoutResources()
747 …UsbKeyboardDevice->KeyConvertionTable = AllocateZeroPool ((NUMBER_OF_VALID_USB_KEYCODE) * sizeof (… in InitKeyboardLayout()
748 ASSERT (UsbKeyboardDevice->KeyConvertionTable != NULL); in InitKeyboardLayout()
DEfiKey.h158 EFI_KEY_DESCRIPTOR *KeyConvertionTable; member