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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbKbDxe/
H A DEfiKey.c149 USB_KB_DEV *UsbKeyboardDevice; local
175 UsbKeyboardDevice = AllocateZeroPool (sizeof (USB_KB_DEV));
176 ASSERT (UsbKeyboardDevice != NULL);
184 (VOID **) &UsbKeyboardDevice->DevicePath,
199 UsbKeyboardDevice->DevicePath
208 UsbKeyboardDevice->DevicePath
211 UsbKeyboardDevice->UsbIo = UsbIo;
218 &UsbKeyboardDevice->InterfaceDescriptor
221 EndpointNumber = UsbKeyboardDevice->InterfaceDescriptor.NumEndpoints;
239 CopyMem(&UsbKeyboardDevice
465 USB_KB_DEV *UsbKeyboardDevice; local
571 USBKeyboardReadKeyStrokeWorker( IN OUT USB_KB_DEV *UsbKeyboardDevice, OUT EFI_KEY_DATA *KeyData ) argument
612 USB_KB_DEV *UsbKeyboardDevice; local
673 USB_KB_DEV *UsbKeyboardDevice; local
728 USB_KB_DEV *UsbKeyboardDevice; local
781 USB_KB_DEV *UsbKeyboardDevice; local
911 USB_KB_DEV *UsbKeyboardDevice; local
948 USB_KB_DEV *UsbKeyboardDevice; local
981 USB_KB_DEV *UsbKeyboardDevice; local
1048 USB_KB_DEV *UsbKeyboardDevice; local
1120 USB_KB_DEV *UsbKeyboardDevice; local
[all...]
H A DKeyBoard.c315 @param UsbKeyboardDevice The USB_KB_DEV instance.
322 IN OUT USB_KB_DEV *UsbKeyboardDevice
346 UsbKeyboardDevice->ControllerHandle,
464 @param UsbKeyboardDevice The USB_KB_DEV instance.
473 IN USB_KB_DEV *UsbKeyboardDevice,
495 return &UsbKeyboardDevice->KeyConvertionTable[Index];
501 @param UsbKeyboardDevice The USB_KB_DEV instance.
510 IN USB_KB_DEV *UsbKeyboardDevice,
518 NsKeyList = &UsbKeyboardDevice->NsKeyList;
590 USB_KB_DEV *UsbKeyboardDevice; local
472 GetKeyDescriptor( IN USB_KB_DEV *UsbKeyboardDevice, IN UINT8 KeyCode ) argument
509 FindUsbNsKey( IN USB_KB_DEV *UsbKeyboardDevice, IN EFI_KEY_DESCRIPTOR *KeyDescriptor ) argument
986 USB_KB_DEV *UsbKeyboardDevice; local
1276 USBParseKey( IN OUT USB_KB_DEV *UsbKeyboardDevice, OUT UINT8 *KeyCode ) argument
1519 UsbKeyCodeToEfiInputKey( IN USB_KB_DEV *UsbKeyboardDevice, IN UINT8 KeyCode, OUT EFI_KEY_DATA *KeyData ) argument
1903 USB_KB_DEV *UsbKeyboardDevice; local
1952 USB_KB_DEV *UsbKeyboardDevice; local
[all...]

Completed in 44 milliseconds