Searched refs:UsbHcAllocateMem (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DUsbHcMem.h120 UsbHcAllocateMem (
H A DEhciUrb.c53 Qtd = UsbHcAllocateMem (Ehc->MemPool, sizeof (EHC_QTD));
185 Qh = UsbHcAllocateMem (Ehci->MemPool, sizeof (EHC_QH));
H A DUsbHcMem.c431 UsbHcAllocateMem ( function
479 DEBUG ((EFI_D_INFO, "UsbHcAllocateMem: failed to allocate block\n"));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUsbHcMem.h121 UsbHcAllocateMem (
H A DUhciQueue.c269 Qh = UsbHcAllocateMem (Uhc->MemPool, sizeof (UHCI_QH_SW));
300 Td = UsbHcAllocateMem (Uhc->MemPool, sizeof (UHCI_TD_SW));
H A DUsbHcMem.c429 UsbHcAllocateMem ( function
477 DEBUG ((EFI_D_INFO, "UsbHcAllocateMem: failed to allocate block\n"));
H A DUhci.c1008 DataPtr = UsbHcAllocateMem (Uhc->MemPool, DataLength);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciPei/
H A DEhcPeim.h204 UsbHcAllocateMem (
H A DEhciUrb.c52 Qtd = UsbHcAllocateMem (Ehc, Ehc->MemPool, sizeof (PEI_EHC_QTD));
179 Qh = UsbHcAllocateMem (Ehci, Ehci->MemPool, sizeof (PEI_EHC_QH));
H A DUsbHcMem.c361 UsbHcAllocateMem ( function

Completed in 43 milliseconds