Home
last modified time | relevance | path

Searched refs:dma_find_channel (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/include/linux/
A Ddmaengine.h1346 #define async_dma_find_channel(type) dma_find_channel(DMA_ASYNC_TX)
1348 #define async_dma_find_channel(type) dma_find_channel(type)
1482 struct dma_chan *dma_find_channel(enum dma_transaction_type tx_type);
1496 static inline struct dma_chan *dma_find_channel(enum dma_transaction_type tx_type) in dma_find_channel() function
/linux-6.3-rc2/drivers/dma/
A Ddmaengine.c545 struct dma_chan *dma_find_channel(enum dma_transaction_type tx_type) in dma_find_channel() function
549 EXPORT_SYMBOL(dma_find_channel);

Completed in 11 milliseconds