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
1527 async_dma_find_channel(enum dma_transaction_type type) in async_dma_find_channel()
1552 __dma_cap_set(enum dma_transaction_type tx_type, dma_cap_mask_t *dstp) in __dma_cap_set()
1559 __dma_cap_clear(enum dma_transaction_type tx_type, dma_cap_mask_t *dstp) in __dma_cap_clear()
1572 __dma_has_cap(enum dma_transaction_type tx_type, dma_cap_mask_t *srcp) in __dma_has_cap()
1651 struct dma_chan *dma_find_channel(enum dma_transaction_type tx_type);
1666 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 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()
H A Ddma-jz4780.c124 enum dma_transaction_type type;
232 enum dma_transaction_type type, in jz4780_dma_desc_alloc()
/linux/drivers/dma/ppc4xx/
H A 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()