Home
last modified time | relevance | path

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

/linux/drivers/crypto/ti/
H A Ddthev2-aes.c351 struct dma_async_tx_descriptor *desc_in, *desc_out; in dthe_aes_run() local
443 desc_out = dmaengine_prep_slave_sg(dev_data->dma_aes_tx, src, src_mapped_nents, in dthe_aes_run()
445 if (!desc_out) { in dthe_aes_run()
465 dmaengine_submit(desc_out); in dthe_aes_run()
880 struct dma_async_tx_descriptor *desc_in, *desc_out, *desc_aad_out; in dthe_aead_run() local
983 desc_out = dmaengine_prep_slave_sg(dev_data->dma_aes_tx, src, in dthe_aead_run()
986 if (!desc_out) { in dthe_aead_run()
1064 dmaengine_submit(desc_out); in dthe_aead_run()
/linux/drivers/usb/class/
H A Dcdc-wdm.c689 goto desc_out; in wdm_poll()
701 desc_out: in wdm_poll()