Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbKbDxe/
DKeyBoard.c517 USB_NS_KEY *UsbNsKey; in FindUsbNsKey() local
522 UsbNsKey = USB_NS_KEY_FORM_FROM_LINK (Link); in FindUsbNsKey()
524 if (UsbNsKey->NsKey[0].Key == KeyDescriptor->Key) { in FindUsbNsKey()
525 return UsbNsKey; in FindUsbNsKey()
551 IN USB_NS_KEY *UsbNsKey, in FindPhysicalKey() argument
558 PhysicalKey = &UsbNsKey->NsKey[1]; in FindPhysicalKey()
559 for (Index = 0; Index < UsbNsKey->KeyCount; Index++) { in FindPhysicalKey()
597 USB_NS_KEY *UsbNsKey; in SetKeyboardLayoutEvent() local
649 UsbNsKey = AllocateZeroPool (sizeof (USB_NS_KEY)); in SetKeyboardLayoutEvent()
650 ASSERT (UsbNsKey != NULL); in SetKeyboardLayoutEvent()
[all …]