Searched refs:itd_pool (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/usb/host/ |
D | ehci-mem.c | 140 if (ehci->itd_pool) in ehci_mem_cleanup() 141 dma_pool_destroy (ehci->itd_pool); in ehci_mem_cleanup() 142 ehci->itd_pool = NULL; in ehci_mem_cleanup() 189 ehci->itd_pool = dma_pool_create ("ehci_itd", in ehci_mem_init() 194 if (!ehci->itd_pool) { in ehci_mem_init()
|
D | ehci-timer.c | 310 dma_pool_free(ehci->itd_pool, itd, itd->itd_dma); in end_free_itds()
|
D | fotg210.h | 157 struct dma_pool *itd_pool; /* itd per iso urb */ member
|
D | fusbh200.h | 156 struct dma_pool *itd_pool; /* itd per iso urb */ member
|
D | ehci.h | 207 struct dma_pool *itd_pool; /* itd per iso urb */ member
|
D | fusbh200-hcd.c | 1259 dma_pool_free(fusbh200->itd_pool, itd, itd->itd_dma); in end_free_itds() 1938 if (fusbh200->itd_pool) in fusbh200_mem_cleanup() 1939 dma_pool_destroy (fusbh200->itd_pool); in fusbh200_mem_cleanup() 1940 fusbh200->itd_pool = NULL; in fusbh200_mem_cleanup() 1983 fusbh200->itd_pool = dma_pool_create ("fusbh200_itd", in fusbh200_mem_init() 1988 if (!fusbh200->itd_pool) { in fusbh200_mem_init() 4245 itd = dma_pool_alloc (fusbh200->itd_pool, mem_flags, in itd_urb_transaction()
|
D | fotg210-hcd.c | 1298 dma_pool_free(fotg210->itd_pool, itd, itd->itd_dma); in end_free_itds() 1988 if (fotg210->itd_pool) in fotg210_mem_cleanup() 1989 dma_pool_destroy(fotg210->itd_pool); in fotg210_mem_cleanup() 1990 fotg210->itd_pool = NULL; in fotg210_mem_cleanup() 2031 fotg210->itd_pool = dma_pool_create("fotg210_itd", in fotg210_mem_init() 2036 if (!fotg210->itd_pool) in fotg210_mem_init() 4311 itd = dma_pool_alloc(fotg210->itd_pool, mem_flags, in itd_urb_transaction()
|
D | ehci-sched.c | 1306 itd = dma_pool_alloc (ehci->itd_pool, mem_flags, in itd_urb_transaction()
|