Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/dma/ti/
Dedma.c167 struct edma_desc { struct
215 struct edma_desc *edesc; argument
741 static inline struct edma_desc *to_edma_desc(struct dma_async_tx_descriptor *tx) in to_edma_desc()
743 return container_of(tx, struct edma_desc, vdesc.tx); in to_edma_desc()
748 kfree(container_of(vdesc, struct edma_desc, vdesc)); in edma_desc_free()
756 struct edma_desc *edesc; in edma_execute()
1049 struct edma_desc *edesc; in edma_prep_slave_sg()
1143 struct edma_desc *edesc; in edma_prep_dma_memcpy()
1255 struct edma_desc *edesc; in edma_prep_dma_cyclic()
1408 struct edma_desc *edesc; in edma_completion_handler()
[all …]