Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/include/asm/
Dasync_tx.h12 ppc440spe_async_tx_find_best_channel(enum dma_transaction_type cap,
27 enum dma_transaction_type tx_type);
/linux-5.19.10/include/linux/
Dasync_tx.h104 enum dma_transaction_type tx_type);
119 enum dma_transaction_type tx_type, struct page **dst, in async_tx_find_channel()
Ddmaengine.h51 enum dma_transaction_type { enum
1377 async_dma_find_channel(enum dma_transaction_type type) in async_dma_find_channel()
1402 __dma_cap_set(enum dma_transaction_type tx_type, dma_cap_mask_t *dstp) in __dma_cap_set()
1409 __dma_cap_clear(enum dma_transaction_type tx_type, dma_cap_mask_t *dstp) in __dma_cap_clear()
1422 __dma_has_cap(enum dma_transaction_type tx_type, dma_cap_mask_t *srcp) in __dma_has_cap()
1501 struct dma_chan *dma_find_channel(enum dma_transaction_type tx_type);
1515 static inline struct dma_chan *dma_find_channel(enum dma_transaction_type tx_type) in dma_find_channel()
/linux-5.19.10/crypto/async_tx/
Dasync_tx.c44 enum dma_transaction_type tx_type) in __async_tx_find_channel()
/linux-5.19.10/drivers/dma/
Dmv_xor.h144 enum dma_transaction_type type;
Ddmaengine.c264 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()
544 struct dma_chan *dma_find_channel(enum dma_transaction_type tx_type) in dma_find_channel()
Ddmatest.c230 enum dma_transaction_type type;
957 struct dmatest_chan *dtc, enum dma_transaction_type type) in dmatest_add_threads()
1068 enum dma_transaction_type type) in request_channels()
Ddma-jz4780.c125 enum dma_transaction_type type;
233 enum dma_transaction_type type, in jz4780_dma_desc_alloc()
/linux-5.19.10/drivers/dma/ppc4xx/
Dadma.c1327 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-5.19.10/Documentation/driver-api/dmaengine/
Dprovider.rst156 All those capabilities are defined in the ``dma_transaction_type enum``,