Lines Matching refs:shdma_desc
56 struct shdma_desc *sdesc; in shdma_chan_xfer_ld_queue()
72 struct shdma_desc *chunk, *c, *desc = in shdma_tx_submit()
73 container_of(tx, struct shdma_desc, async_tx); in shdma_tx_submit()
157 static struct shdma_desc *shdma_get_desc(struct shdma_chan *schan) in shdma_get_desc()
159 struct shdma_desc *sdesc; in shdma_get_desc()
208 struct shdma_desc *desc; in shdma_alloc_chan_resources()
325 struct shdma_desc *desc, *_desc; in __ld_cleanup()
501 static struct shdma_desc *shdma_add_desc(struct shdma_chan *schan, in shdma_add_desc()
503 struct shdma_desc **first, enum dma_transfer_direction direction) in shdma_add_desc()
507 struct shdma_desc *new; in shdma_add_desc()
565 struct shdma_desc *first = NULL, *new = NULL /* compiler... */; in shdma_prep_sg()
765 struct shdma_desc *desc = list_first_entry(&schan->ld_queue, in shdma_terminate_all()
766 struct shdma_desc, node); in shdma_terminate_all()
837 struct shdma_desc *sdesc; in shdma_tx_status()
861 struct shdma_desc *sdesc; in shdma_reset()
922 struct shdma_desc *sdesc; in chan_irqt()