Searched refs:KeyConvertionTable (Results 1 – 2 of 2) sorted by relevance
496 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()
160 EFI_KEY_DESCRIPTOR *KeyConvertionTable; member