Lines Matching refs:desc
827 struct dma_async_tx_descriptor *desc; member
1022 struct dma_async_tx_descriptor *desc; in _mmci_dmae_prep_data() local
1064 desc = dmaengine_prep_slave_sg(chan, data->sg, nr_sg, in _mmci_dmae_prep_data()
1066 if (!desc) in _mmci_dmae_prep_data()
1070 *dma_desc = desc; in _mmci_dmae_prep_data()
1091 return _mmci_dmae_prep_data(host, data, &nd->chan, &nd->desc); in mmci_dmae_prep_data()
1127 WARN_ON(!data->host_cookie && (next->desc || next->chan)); in mmci_dmae_get_next_data()
1129 dmae->desc_current = next->desc; in mmci_dmae_get_next_data()
1131 next->desc = NULL; in mmci_dmae_get_next_data()
1155 if (dmae->desc_current == next->desc) in mmci_dmae_unprep_data()
1163 next->desc = NULL; in mmci_dmae_unprep_data()