Searched refs:device_pool (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/usb/cdns3/
H A Dcdnsp-mem.c468 pdev->out_ctx.bytes = dma_pool_zalloc(pdev->device_pool, GFP_ATOMIC,
477 pdev->in_ctx.bytes = dma_pool_zalloc(pdev->device_pool, GFP_ATOMIC,
481 dma_pool_free(pdev->device_pool, pdev->out_ctx.bytes,
520 dma_pool_free(pdev->device_pool, pep->stream_info.stream_ctx_array,
535 * Driver uses intentionally the device_pool to allocated stream
539 return dma_pool_zalloc(pdev->device_pool, GFP_DMA32 | GFP_ATOMIC,
676 dma_pool_free(pdev->device_pool, pdev->in_ctx.bytes,
680 dma_pool_free(pdev->device_pool, pdev->out_ctx.bytes,
707 dma_pool_free(pdev->device_pool, pdev->out_ctx.bytes,
709 dma_pool_free(pdev->device_pool, pde
[all...]
H A Dcdnsp-gadget.h1381 * @device_pool: DMA pool for allocating input and output context.
1447 struct dma_pool *device_pool; member in struct:cdnsp_device
/linux-master/drivers/usb/host/
H A Dxhci-mem.c482 ctx->bytes = dma_pool_zalloc(xhci->device_pool, flags, &ctx->dma);
495 dma_pool_free(xhci->device_pool, ctx->bytes, ctx->dma);
1912 dma_pool_destroy(xhci->device_pool);
1913 xhci->device_pool = NULL;
2460 xhci->device_pool = dma_pool_create("xHCI input/output contexts", dev,
2462 if (!xhci->segment_pool || !xhci->device_pool)
H A Dxhci.h1548 struct dma_pool *device_pool; member in struct:xhci_hcd

Completed in 114 milliseconds