Searched refs:itd_pool (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/usb/host/
H A Dehci-mem.c121 dma_pool_destroy(ehci->itd_pool);
122 ehci->itd_pool = NULL;
167 ehci->itd_pool = dma_pool_create ("ehci_itd",
172 if (!ehci->itd_pool) {
H A Dehci-timer.c302 dma_pool_free(ehci->itd_pool, itd, itd->itd_dma);
H A Dehci.h197 struct dma_pool *itd_pool; /* itd per iso urb */ member in struct:ehci_hcd
H A Dehci-sched.c1276 itd = dma_pool_alloc(ehci->itd_pool, mem_flags,
/linux-master/drivers/usb/fotg210/
H A Dfotg210-hcd.h164 struct dma_pool *itd_pool; /* itd per iso urb */ member in struct:fotg210_hcd
H A Dfotg210-hcd.c1239 dma_pool_free(fotg210->itd_pool, itd, itd->itd_dma);
1897 dma_pool_destroy(fotg210->itd_pool);
1898 fotg210->itd_pool = NULL;
1939 fotg210->itd_pool = dma_pool_create("fotg210_itd",
1944 if (!fotg210->itd_pool)
4104 itd = dma_pool_alloc(fotg210->itd_pool, mem_flags,

Completed in 210 milliseconds