Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/dma/ti/
Dedma.c170 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()
[all …]