Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEHCI_MEM.cxx157 pci_pool_alloc (ehci->qh_pool, flags, &dma); in ehci_qh_alloc()
174 pci_pool_free (ehci->qh_pool, qh, qh->qh_dma); in ehci_qh_alloc()
208 pci_pool_free (ehci->qh_pool, qh, qh->qh_dma); in qh_put()
225 if (ehci->qh_pool) { in ehci_mem_cleanup()
226 pci_pool_destroy (ehci->qh_pool); in ehci_mem_cleanup()
227 ehci->qh_pool = 0; in ehci_mem_cleanup()
300 ehci->qh_pool = pci_pool_create ("ehci_qh", ehci->hcd.pdev, in ehci_mem_init()
304 if (!ehci->qh_pool) in ehci_mem_init()
H A DdrvEHCI.h324 struct pci_pool *qh_pool; /* qh per active urb */ member