Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Ddmaengine.h1347 #define async_dma_find_channel(type) dma_find_channel(DMA_ASYNC_TX)
1349 #define async_dma_find_channel(type) dma_find_channel(type)
1483 struct dma_chan *dma_find_channel(enum dma_transaction_type tx_type);
1497 static inline struct dma_chan *dma_find_channel(enum dma_transaction_type tx_type) in dma_find_channel() function
/OK3568_Linux_fs/kernel/drivers/dma/
H A Ddmaengine.c544 struct dma_chan *dma_find_channel(enum dma_transaction_type tx_type) in dma_find_channel() function
548 EXPORT_SYMBOL(dma_find_channel);