Searched refs:dma_aes_tx (Results 1 – 2 of 2) sorted by relevance
308 tx_dev = dmaengine_get_dma_device(dev_data->dma_aes_tx); in dthe_aes_run()338 desc_out = dmaengine_prep_slave_sg(dev_data->dma_aes_tx, src, src_mapped_nents, in dthe_aes_run()363 dma_async_issue_pending(dev_data->dma_aes_tx); in dthe_aes_run()370 dmaengine_terminate_sync(dev_data->dma_aes_tx); in dthe_aes_run()
61 struct dma_chan *dma_aes_tx; member