Lines Matching refs:edma_desc
178 struct edma_desc { struct
227 struct edma_desc *edesc; argument
764 static inline struct edma_desc *to_edma_desc(struct dma_async_tx_descriptor *tx) in to_edma_desc()
766 return container_of(tx, struct edma_desc, vdesc.tx); in to_edma_desc()
771 kfree(container_of(vdesc, struct edma_desc, vdesc)); in edma_desc_free()
779 struct edma_desc *edesc; in edma_execute()
1073 struct edma_desc *edesc; in edma_prep_slave_sg()
1167 struct edma_desc *edesc; in edma_prep_dma_memcpy()
1286 struct edma_desc *edesc; in edma_prep_dma_interleaved()
1360 struct edma_desc *edesc; in edma_prep_dma_cyclic()
1513 struct edma_desc *edesc; in edma_completion_handler()
1823 static u32 edma_residue(struct edma_desc *edesc) in edma_residue()