Lines Matching refs:dma_lch_out
222 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()
2267 cryp->dma_lch_out = chan; in stm32_cryp_dma_init()
2269 ret = dmaengine_slave_config(cryp->dma_lch_out, &dma_conf); in stm32_cryp_dma_init()
2271 dma_release_channel(cryp->dma_lch_out); in stm32_cryp_dma_init()
2272 cryp->dma_lch_out = NULL; in stm32_cryp_dma_init()
2698 if (cryp->dma_lch_out) in stm32_cryp_probe()
2699 dma_release_channel(cryp->dma_lch_out); in stm32_cryp_probe()
2730 if (cryp->dma_lch_out) in stm32_cryp_remove()
2731 dma_release_channel(cryp->dma_lch_out); in stm32_cryp_remove()