Searched refs:pci_pool_alloc (Results 1 – 5 of 5) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvEHCI_MEM.cxx | 120 qtd = (struct ehci_qtd*) pci_pool_alloc (ehci->qtd_pool, flags, &dma); in ehci_qtd_alloc() 157 pci_pool_alloc (ehci->qh_pool, flags, &dma); in ehci_qh_alloc()
|
| H A D | drvHcdBuf.c | 158 return pci_pool_alloc (hcd->pool [i], mem_flags, dma); in hcd_buffer_alloc()
|
| H A D | drvPCIMEM.c | 244 void *pci_pool_alloc (struct pci_pool *pool, int mem_flags, dma_addr_t *handle) in pci_pool_alloc() function
|
| H A D | drvEHCI_SCHD.cxx | 786 itd = (struct ehci_itd*) pci_pool_alloc (ehci->itd_pool, mem_flags, &itd_dma); in itd_urb_transaction()
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/ |
| H A D | drvPCIMEM.h | 135 extern void *pci_pool_alloc (struct pci_pool *pool, int mem_flags, dma_addr_t *handle);
|