Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Ddmaengine.h895 #define async_dma_find_channel(type) dma_find_channel(DMA_ASYNC_TX)
897 #define async_dma_find_channel(type) dma_find_channel(type)
1030 struct dma_chan *dma_find_channel(enum dma_transaction_type tx_type);
1042 static inline struct dma_chan *dma_find_channel(enum dma_transaction_type tx_type) in dma_find_channel() function
/linux-4.1.27/drivers/dma/
Ddmaengine.c348 struct dma_chan *dma_find_channel(enum dma_transaction_type tx_type) in dma_find_channel() function
352 EXPORT_SYMBOL(dma_find_channel);
/linux-4.1.27/drivers/ntb/
Dntb_transport.c1454 qp->dma_chan = dma_find_channel(DMA_MEMCPY); in ntb_transport_create_queue()