Home
last modified time | relevance | path

Searched refs:sitd_pool (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEHCI_MEM.cxx234 if (ehci->sitd_pool) in ehci_mem_cleanup()
235 pci_pool_destroy (ehci->sitd_pool); in ehci_mem_cleanup()
236 ehci->sitd_pool = 0; in ehci_mem_cleanup()
326 ehci->sitd_pool = pci_pool_create ("ehci_sitd", ehci->hcd.pdev, in ehci_mem_init()
330 if (!ehci->sitd_pool) in ehci_mem_init()
H A DdrvEHCI.h327 struct pci_pool *sitd_pool; /* sitd per split iso urb */ member