Home
last modified time | relevance | path

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 DdrvEHCI_MEM.cxx120 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 DdrvHcdBuf.c158 return pci_pool_alloc (hcd->pool [i], mem_flags, dma); in hcd_buffer_alloc()
H A DdrvPCIMEM.c244 void *pci_pool_alloc (struct pci_pool *pool, int mem_flags, dma_addr_t *handle) in pci_pool_alloc() function
H A DdrvEHCI_SCHD.cxx786 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 DdrvPCIMEM.h135 extern void *pci_pool_alloc (struct pci_pool *pool, int mem_flags, dma_addr_t *handle);