Searched refs:dma_transaction_type (Results 1 – 10 of 10) sorted by relevance
/linux-6.6.21/arch/powerpc/include/asm/ |
D | async_tx.h | 12 ppc440spe_async_tx_find_best_channel(enum dma_transaction_type cap, 27 enum dma_transaction_type tx_type);
|
/linux-6.6.21/include/linux/ |
D | async_tx.h | 104 enum dma_transaction_type tx_type); 119 enum dma_transaction_type tx_type, struct page **dst, in async_tx_find_channel()
|
D | dmaengine.h | 51 enum dma_transaction_type { enum 1359 async_dma_find_channel(enum dma_transaction_type type) in async_dma_find_channel() 1384 __dma_cap_set(enum dma_transaction_type tx_type, dma_cap_mask_t *dstp) in __dma_cap_set() 1391 __dma_cap_clear(enum dma_transaction_type tx_type, dma_cap_mask_t *dstp) in __dma_cap_clear() 1404 __dma_has_cap(enum dma_transaction_type tx_type, dma_cap_mask_t *srcp) in __dma_has_cap() 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()
|
/linux-6.6.21/crypto/async_tx/ |
D | async_tx.c | 44 enum dma_transaction_type tx_type) in __async_tx_find_channel()
|
/linux-6.6.21/drivers/dma/ |
D | mv_xor.h | 144 enum dma_transaction_type type;
|
D | dmaengine.c | 264 enum dma_transaction_type cap; in dma_channel_table_init() 320 static struct dma_chan *min_chan(enum dma_transaction_type cap, int cpu) in min_chan() 545 struct dma_chan *dma_find_channel(enum dma_transaction_type tx_type) in dma_find_channel()
|
D | dmatest.c | 229 enum dma_transaction_type type; 956 struct dmatest_chan *dtc, enum dma_transaction_type type) in dmatest_add_threads() 1067 enum dma_transaction_type type) in request_channels()
|
D | dma-jz4780.c | 124 enum dma_transaction_type type; 232 enum dma_transaction_type type, in jz4780_dma_desc_alloc()
|
/linux-6.6.21/drivers/dma/ppc4xx/ |
D | adma.c | 1327 enum dma_transaction_type cap, struct page **dst_lst, int dst_cnt, in ppc440spe_adma_estimate() 1368 ppc440spe_async_tx_find_best_channel(enum dma_transaction_type cap, in ppc440spe_async_tx_find_best_channel()
|
/linux-6.6.21/Documentation/driver-api/dmaengine/ |
D | provider.rst | 156 All those capabilities are defined in the ``dma_transaction_type enum``,
|