Home
last modified time | relevance | path

Searched refs:dma_find_channel (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Ddmaengine.h1333 #define async_dma_find_channel(type) dma_find_channel(DMA_ASYNC_TX)
1335 #define async_dma_find_channel(type) dma_find_channel(type)
1469 struct dma_chan *dma_find_channel(enum dma_transaction_type tx_type);
1483 static inline struct dma_chan *dma_find_channel(enum dma_transaction_type tx_type) in dma_find_channel() function
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/drivers/dma/
H A Ddmaengine.c22 * by dma_find_channel(), or if it has need for an exclusive channel it can call
542 * dma_find_channel - find a channel to carry out the operation
545 struct dma_chan *dma_find_channel(enum dma_transaction_type tx_type) in dma_find_channel() function
549 EXPORT_SYMBOL(dma_find_channel); variable
/kernel/linux/linux-6.6/drivers/dma/
H A Ddmaengine.c22 * by dma_find_channel(), or if it has need for an exclusive channel it can call
542 * dma_find_channel - find a channel to carry out the operation
545 struct dma_chan *dma_find_channel(enum dma_transaction_type tx_type) in dma_find_channel() function
549 EXPORT_SYMBOL(dma_find_channel); variable

Completed in 10 milliseconds