Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A 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-6.15/mm/
H A Ddmapool.c518 void dmam_pool_destroy(struct dma_pool *pool) in dmam_pool_destroy() function
524 EXPORT_SYMBOL(dmam_pool_destroy);
/linux-6.15/Documentation/driver-api/driver-model/
H A Ddevres.rst263 dmam_pool_destroy()
/linux-6.15/drivers/dma/stm32/
H A Dstm32-dma3.c1110 dmam_pool_destroy(chan->lli_pool); in stm32_dma3_alloc_chan_resources()
1133 dmam_pool_destroy(chan->lli_pool); in stm32_dma3_free_chan_resources()
H A Dstm32-mdma.c1525 dmam_pool_destroy(chan->desc_pool); in stm32_mdma_free_chan_resources()