Searched refs:dmapool (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/dma/ |
| H A D | coh901318_lli.c | 41 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()
|
| H A D | coh901318.h | 18 struct dma_pool *dmapool; member
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | mm-api.rst | 88 .. kernel-doc:: mm/dmapool.c
|
| H A D | dma-api.rst | 79 To get this part of the dma_API, you must #include <linux/dmapool.h>
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | Makefile | 73 obj-$(CONFIG_HAS_DMA) += dmapool.o
|
| /OK3568_Linux_fs/output/sessions/2025-06-06_01-57-56/ |
| H A D | 10-kernel-build_2025-06-06_01-57-58.log | |
| H A D | build_2025-06-06_01-57-58.log | |
| H A D | 10-kernel-build.log | |
| H A D | build.log | |