Lines Matching refs:edma_desc
169 struct edma_desc { struct
218 struct edma_desc *edesc; argument
707 static inline struct edma_desc *to_edma_desc(struct dma_async_tx_descriptor *tx) in to_edma_desc()
709 return container_of(tx, struct edma_desc, vdesc.tx); in to_edma_desc()
714 kfree(container_of(vdesc, struct edma_desc, vdesc)); in edma_desc_free()
722 struct edma_desc *edesc; in edma_execute()
1016 struct edma_desc *edesc; in edma_prep_slave_sg()
1110 struct edma_desc *edesc; in edma_prep_dma_memcpy()
1229 struct edma_desc *edesc; in edma_prep_dma_interleaved()
1303 struct edma_desc *edesc; in edma_prep_dma_cyclic()
1456 struct edma_desc *edesc; in edma_completion_handler()
1765 static u32 edma_residue(struct edma_desc *edesc) in edma_residue()