Home
last modified time | relevance | path

Searched refs:itd_pool (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEHCI_MEM.cxx230 if (ehci->itd_pool) in ehci_mem_cleanup()
231 pci_pool_destroy (ehci->itd_pool); in ehci_mem_cleanup()
232 ehci->itd_pool = 0; in ehci_mem_cleanup()
316 ehci->itd_pool = pci_pool_create ("ehci_itd", ehci->hcd.pdev, in ehci_mem_init()
320 if (!ehci->itd_pool) in ehci_mem_init()
H A DdrvEHCI_SCHD.cxx656 pci_pool_free (ehci->itd_pool, itd, itd->itd_dma); in itd_free_list()
659 pci_pool_free (ehci->itd_pool, first_itd, first_itd->itd_dma); in itd_free_list()
786 itd = (struct ehci_itd*) pci_pool_alloc (ehci->itd_pool, mem_flags, &itd_dma); in itd_urb_transaction()
H A DdrvEHCI.h326 struct pci_pool *itd_pool; /* == itd per iso urb */ member