Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/host/
Dxhci-mem.c371 ctx->bytes = dma_pool_alloc(xhci->device_pool, flags, &ctx->dma); in xhci_alloc_container_ctx()
385 dma_pool_free(xhci->device_pool, ctx->bytes, ctx->dma); in xhci_free_container_ctx()
1833 if (xhci->device_pool) in xhci_mem_cleanup()
1834 dma_pool_destroy(xhci->device_pool); in xhci_mem_cleanup()
1835 xhci->device_pool = NULL; in xhci_mem_cleanup()
2341 xhci->device_pool = dma_pool_create("xHCI input/output contexts", dev, in xhci_mem_init()
2343 if (!xhci->segment_pool || !xhci->device_pool) in xhci_mem_init()
Dxhci.h1456 struct dma_pool *device_pool; member