Home
last modified time | relevance | path

Searched refs:dmapool (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/dma/
Dcoh901318_lli.c41 pool->dmapool = dma_pool_create("lli_pool", dev, size, align, 0); in coh901318_pool_create()
50 dma_pool_destroy(pool->dmapool); in coh901318_pool_destroy()
68 head = dma_pool_alloc(pool->dmapool, GFP_NOWAIT, &phy); in coh901318_lli_alloc()
83 lli = dma_pool_alloc(pool->dmapool, GFP_NOWAIT, &phy); in coh901318_lli_alloc()
130 dma_pool_free(pool->dmapool, l, l->phy_this); in coh901318_lli_free()
134 dma_pool_free(pool->dmapool, l, l->phy_this); in coh901318_lli_free()
Dcoh901318.h18 struct dma_pool *dmapool; member
/Linux-v4.19/Documentation/core-api/
Dmm-api.rst71 .. kernel-doc:: mm/dmapool.c
/Linux-v4.19/mm/
DMakefile60 obj-$(CONFIG_HAS_DMA) += dmapool.o
/Linux-v4.19/Documentation/
DDMA-API.txt88 To get this part of the dma_API, you must #include <linux/dmapool.h>