Home
last modified time | relevance | path

Searched refs:edma_desc (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/dma/ti/
Dedma.c178 struct edma_desc { struct
227 struct edma_desc *edesc; argument
751 static inline struct edma_desc *to_edma_desc(struct dma_async_tx_descriptor *tx) in to_edma_desc()
753 return container_of(tx, struct edma_desc, vdesc.tx); in to_edma_desc()
758 kfree(container_of(vdesc, struct edma_desc, vdesc)); in edma_desc_free()
766 struct edma_desc *edesc; in edma_execute()
1060 struct edma_desc *edesc; in edma_prep_slave_sg()
1154 struct edma_desc *edesc; in edma_prep_dma_memcpy()
1272 struct edma_desc *edesc; in edma_prep_dma_cyclic()
1425 struct edma_desc *edesc; in edma_completion_handler()
[all …]