Searched refs:device_pool (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/usb/cdns3/ |
D | cdnsp-mem.c | 468 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 …]
|
D | cdnsp-gadget.h | 1449 struct dma_pool *device_pool; member
|
/Linux-v6.6/drivers/usb/host/ |
D | xhci-mem.c | 478 ctx->bytes = dma_pool_zalloc(xhci->device_pool, flags, &ctx->dma); in xhci_alloc_container_ctx() 491 dma_pool_free(xhci->device_pool, ctx->bytes, ctx->dma); in xhci_free_container_ctx() 1874 dma_pool_destroy(xhci->device_pool); in xhci_mem_cleanup() 1875 xhci->device_pool = NULL; in xhci_mem_cleanup() 2370 xhci->device_pool = dma_pool_create("xHCI input/output contexts", dev, in xhci_mem_init() 2372 if (!xhci->segment_pool || !xhci->device_pool) in xhci_mem_init()
|
D | xhci.h | 1826 struct dma_pool *device_pool; member
|