Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/cdns3/
Dcdnsp-mem.c468 pdev->out_ctx.bytes = dma_pool_zalloc(pdev->device_pool, GFP_ATOMIC, in cdnsp_init_device_ctx()
477 pdev->in_ctx.bytes = dma_pool_zalloc(pdev->device_pool, GFP_ATOMIC, in cdnsp_init_device_ctx()
481 dma_pool_free(pdev->device_pool, pdev->out_ctx.bytes, in cdnsp_init_device_ctx()
520 dma_pool_free(pdev->device_pool, pep->stream_info.stream_ctx_array, in cdnsp_free_stream_ctx()
539 return dma_pool_zalloc(pdev->device_pool, GFP_DMA32 | GFP_ATOMIC, in cdnsp_alloc_stream_ctx()
676 dma_pool_free(pdev->device_pool, pdev->in_ctx.bytes, in cdnsp_free_priv_device()
680 dma_pool_free(pdev->device_pool, pdev->out_ctx.bytes, in cdnsp_free_priv_device()
707 dma_pool_free(pdev->device_pool, pdev->out_ctx.bytes, in cdnsp_alloc_priv_device()
709 dma_pool_free(pdev->device_pool, pdev->in_ctx.bytes, in cdnsp_alloc_priv_device()
1085 dma_pool_destroy(pdev->device_pool); in cdnsp_mem_cleanup()
[all …]
Dcdnsp-gadget.h1450 struct dma_pool *device_pool; member
/linux-6.12.1/drivers/usb/host/
Dxhci-mem.c477 ctx->bytes = dma_pool_zalloc(xhci->device_pool, flags, &ctx->dma); in xhci_alloc_container_ctx()
490 dma_pool_free(xhci->device_pool, ctx->bytes, ctx->dma); in xhci_free_container_ctx()
1907 dma_pool_destroy(xhci->device_pool); in xhci_mem_cleanup()
1908 xhci->device_pool = NULL; in xhci_mem_cleanup()
2454 xhci->device_pool = dma_pool_create("xHCI input/output contexts", dev, in xhci_mem_init()
2456 if (!xhci->segment_pool || !xhci->device_pool) in xhci_mem_init()
Dxhci.h1542 struct dma_pool *device_pool; member