Home
last modified time | relevance | path

Searched refs:async_tx_submit (Results 1 – 2 of 2) sorted by relevance

/linux/crypto/async_tx/
H A Dasync_tx.c143 async_tx_submit(struct dma_chan *chan, struct dma_async_tx_descriptor *tx, in async_tx_submit() function
210 EXPORT_SYMBOL_GPL(async_tx_submit);
245 async_tx_submit(chan, tx, submit); in async_trigger_callback()
H A Dasync_memcpy.c70 async_tx_submit(chan, tx, submit); in async_memcpy()