Home
last modified time | relevance | path

Searched refs:dma_transaction_type (Results 1 – 7 of 7) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Dasync_tx.h12 ppc440spe_async_tx_find_best_channel(enum dma_transaction_type cap,
27 enum dma_transaction_type tx_type);
/linux/include/linux/
H A Ddmaengine.h51 enum dma_transaction_type { enum
1393 async_dma_find_channel(enum dma_transaction_type type) in async_dma_find_channel()
1418 __dma_cap_set(enum dma_transaction_type tx_type, dma_cap_mask_t *dstp) in __dma_cap_set()
1425 __dma_cap_clear(enum dma_transaction_type tx_type, dma_cap_mask_t *dstp) in __dma_cap_clear()
1438 __dma_has_cap(enum dma_transaction_type tx_type, dma_cap_mask_t *srcp) in __dma_has_cap()
1517 struct dma_chan *dma_find_channel(enum dma_transaction_type tx_type);
1532 static inline struct dma_chan *dma_find_channel(enum dma_transaction_type tx_type) in dma_find_channel()
/linux/crypto/async_tx/
H A Dasync_tx.c44 enum dma_transaction_type tx_type) in __async_tx_find_channel()
/linux/drivers/dma/
H A Dmv_xor.h144 enum dma_transaction_type type;
H A Ddmatest.c236 enum dma_transaction_type type;
970 struct dmatest_chan *dtc, enum dma_transaction_type type) in dmatest_add_threads()
1081 enum dma_transaction_type type) in request_channels()
H A Ddmaengine.c266 enum dma_transaction_type cap; in dma_channel_table_init()
322 static struct dma_chan *min_chan(enum dma_transaction_type cap, int cpu) in min_chan()
547 struct dma_chan *dma_find_channel(enum dma_transaction_type tx_type) in dma_find_channel()
/linux/Documentation/driver-api/dmaengine/
H A Dprovider.rst156 All those capabilities are defined in the ``dma_transaction_type enum``,