Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Ddmaengine.h1002 #define async_dma_find_channel(type) dma_find_channel(DMA_ASYNC_TX)
1004 #define async_dma_find_channel(type) dma_find_channel(type)
1137 struct dma_chan *dma_find_channel(enum dma_transaction_type tx_type);
1149 static inline struct dma_chan *dma_find_channel(enum dma_transaction_type tx_type) in dma_find_channel() function
/linux-4.4.14/drivers/dma/
Ddmaengine.c355 struct dma_chan *dma_find_channel(enum dma_transaction_type tx_type) in dma_find_channel() function
359 EXPORT_SYMBOL(dma_find_channel);