Searched refs:UsbNsKey (Results 1 – 1 of 1) sorted by relevance
517 USB_NS_KEY *UsbNsKey; in FindUsbNsKey() local522 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() argument558 PhysicalKey = &UsbNsKey->NsKey[1]; in FindPhysicalKey()559 for (Index = 0; Index < UsbNsKey->KeyCount; Index++) { in FindPhysicalKey()597 USB_NS_KEY *UsbNsKey; in SetKeyboardLayoutEvent() local649 UsbNsKey = AllocateZeroPool (sizeof (USB_NS_KEY)); in SetKeyboardLayoutEvent()650 ASSERT (UsbNsKey != NULL); in SetKeyboardLayoutEvent()[all …]