Searched refs:UsbHcAllocateMem (Results 1 - 10 of 10) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/ |
H A D | UsbHcMem.h | 120 UsbHcAllocateMem (
|
H A D | EhciUrb.c | 53 Qtd = UsbHcAllocateMem (Ehc->MemPool, sizeof (EHC_QTD)); 185 Qh = UsbHcAllocateMem (Ehci->MemPool, sizeof (EHC_QH));
|
H A D | UsbHcMem.c | 431 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 D | UsbHcMem.h | 121 UsbHcAllocateMem (
|
H A D | UhciQueue.c | 269 Qh = UsbHcAllocateMem (Uhc->MemPool, sizeof (UHCI_QH_SW)); 300 Td = UsbHcAllocateMem (Uhc->MemPool, sizeof (UHCI_TD_SW));
|
H A D | UsbHcMem.c | 429 UsbHcAllocateMem ( function 477 DEBUG ((EFI_D_INFO, "UsbHcAllocateMem: failed to allocate block\n"));
|
H A D | Uhci.c | 1008 DataPtr = UsbHcAllocateMem (Uhc->MemPool, DataLength);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciPei/ |
H A D | EhcPeim.h | 204 UsbHcAllocateMem (
|
H A D | EhciUrb.c | 52 Qtd = UsbHcAllocateMem (Ehc, Ehc->MemPool, sizeof (PEI_EHC_QTD)); 179 Qh = UsbHcAllocateMem (Ehci, Ehci->MemPool, sizeof (PEI_EHC_QH));
|
H A D | UsbHcMem.c | 361 UsbHcAllocateMem ( function
|
Completed in 2923 milliseconds