Lines Matching refs:edma_desc
68 struct edma_desc { struct
111 struct edma_desc *edesc; argument
138 static inline struct edma_desc
141 return container_of(tx, struct edma_desc, vdesc.tx); in to_edma_desc()
146 kfree(container_of(vdesc, struct edma_desc, vdesc)); in edma_desc_free()
153 struct edma_desc *edesc; in edma_execute()
455 struct edma_desc *edesc; in edma_prep_slave_sg()
550 struct edma_desc *edesc; in edma_prep_dma_memcpy()
590 struct edma_desc *edesc; in edma_prep_dma_cyclic()
728 struct edma_desc *edesc; in edma_callback()
885 static u32 edma_residue(struct edma_desc *edesc) in edma_residue()