Lines Matching refs:shdma_desc
59 struct shdma_desc *sdesc; in shdma_chan_xfer_ld_queue()
75 struct shdma_desc *chunk, *c, *desc = in shdma_tx_submit()
76 container_of(tx, struct shdma_desc, async_tx); in shdma_tx_submit()
160 static struct shdma_desc *shdma_get_desc(struct shdma_chan *schan) in shdma_get_desc()
162 struct shdma_desc *sdesc; in shdma_get_desc()
211 struct shdma_desc *desc; in shdma_alloc_chan_resources()
328 struct shdma_desc *desc, *_desc; in __ld_cleanup()
504 static struct shdma_desc *shdma_add_desc(struct shdma_chan *schan, in shdma_add_desc()
506 struct shdma_desc **first, enum dma_transfer_direction direction) in shdma_add_desc()
510 struct shdma_desc *new; in shdma_add_desc()
568 struct shdma_desc *first = NULL, *new = NULL /* compiler... */; in shdma_prep_sg()
768 struct shdma_desc *desc = list_first_entry(&schan->ld_queue, in shdma_terminate_all()
769 struct shdma_desc, node); in shdma_terminate_all()
840 struct shdma_desc *sdesc; in shdma_tx_status()
864 struct shdma_desc *sdesc; in shdma_reset()
925 struct shdma_desc *sdesc; in chan_irqt()