Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Dehci-mem.c160 if (ehci->itd_pool) in ehci_mem_cleanup()
161 pci_pool_destroy (ehci->itd_pool); in ehci_mem_cleanup()
162 ehci->itd_pool = 0; in ehci_mem_cleanup()
210 ehci->itd_pool = pci_pool_create ("ehci_itd", ehci->hcd.pdev, in ehci_mem_init()
215 if (!ehci->itd_pool) { in ehci_mem_init()
Dehci.h80 struct pci_pool *itd_pool; /* itd per iso urb */ member
Dehci-sched.c581 pci_pool_free (ehci->itd_pool, itd, itd->itd_dma); in iso_stream_put()
763 itd = pci_pool_alloc (ehci->itd_pool, mem_flags, in itd_urb_transaction()