Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/cdns3/
H A 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 …]
H A Dcdnsp-gadget.h1452 struct dma_pool *device_pool; member
/openbmc/linux/drivers/usb/host/
H A Dxhci-mem.c478 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()
1876 dma_pool_destroy(xhci->device_pool); in xhci_mem_cleanup()
1877 xhci->device_pool = NULL; in xhci_mem_cleanup()
2376 xhci->device_pool = dma_pool_create("xHCI input/output contexts", dev, in xhci_mem_init()
2378 if (!xhci->segment_pool || !xhci->device_pool) in xhci_mem_init()
H A Dxhci.h1579 struct dma_pool *device_pool; member