Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Ddmapool.h35 void dmam_pool_destroy(struct dma_pool *pool);
49 static inline void dmam_pool_destroy(struct dma_pool *pool) { } in dmam_pool_destroy() function
/Linux-v5.4/mm/
Ddmapool.c531 void dmam_pool_destroy(struct dma_pool *pool) in dmam_pool_destroy() function
537 EXPORT_SYMBOL(dmam_pool_destroy);
/Linux-v5.4/Documentation/driver-api/driver-model/
Ddevres.rst263 dmam_pool_destroy()
/Linux-v5.4/drivers/dma/
Dzx_dma.c897 dmam_pool_destroy(d->pool); in zx_dma_remove()
Dstm32-mdma.c1477 dmam_pool_destroy(chan->desc_pool); in stm32_mdma_free_chan_resources()