Lines Matching refs:edma_desc
170 struct edma_desc { struct
219 struct edma_desc *edesc; argument
716 static inline struct edma_desc *to_edma_desc(struct dma_async_tx_descriptor *tx) in to_edma_desc()
718 return container_of(tx, struct edma_desc, vdesc.tx); in to_edma_desc()
723 kfree(container_of(vdesc, struct edma_desc, vdesc)); in edma_desc_free()
731 struct edma_desc *edesc; in edma_execute()
1025 struct edma_desc *edesc; in edma_prep_slave_sg()
1119 struct edma_desc *edesc; in edma_prep_dma_memcpy()
1238 struct edma_desc *edesc; in edma_prep_dma_interleaved()
1312 struct edma_desc *edesc; in edma_prep_dma_cyclic()
1465 struct edma_desc *edesc; in edma_completion_handler()
1774 static u32 edma_residue(struct edma_desc *edesc) in edma_residue()