Home
last modified time | relevance | path

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

/linux/drivers/crypto/stm32/
H A Dstm32-cryp.c223 struct dma_chan *dma_lch_out; member
1046 tx_out = dmaengine_prep_slave_sg(cryp->dma_lch_out, cryp->out_sg, cryp->out_sg_len, in stm32_cryp_dma_start()
1077 dma_async_issue_pending(cryp->dma_lch_out); in stm32_cryp_dma_start()
1084 dmaengine_terminate_sync(cryp->dma_lch_out); in stm32_cryp_dma_start()
1454 if (!cryp->dma_lch_in || !cryp->dma_lch_out) in stm32_cryp_dma_check()
1605 if (!cryp->dma_lch_in || !cryp->dma_lch_out) { in stm32_cryp_aead_prepare()
2265 cryp->dma_lch_out = chan; in stm32_cryp_dma_init()
2267 ret = dmaengine_slave_config(cryp->dma_lch_out, &dma_conf); in stm32_cryp_dma_init()
2269 dma_release_channel(cryp->dma_lch_out); in stm32_cryp_dma_init()
2270 cryp->dma_lch_out = NULL; in stm32_cryp_dma_init()
[all …]