Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/dma/ti/
H A Dedma.c178 struct edma_desc { struct
227 struct edma_desc *edesc;
764 static inline struct edma_desc *to_edma_desc(struct dma_async_tx_descriptor *tx) in to_edma_desc()
766 return container_of(tx, struct edma_desc, vdesc.tx); in to_edma_desc()
771 kfree(container_of(vdesc, struct edma_desc, vdesc)); in edma_desc_free()
779 struct edma_desc *edesc; in edma_execute()
1073 struct edma_desc *edesc; in edma_prep_slave_sg()
1167 struct edma_desc *edesc; in edma_prep_dma_memcpy()
1286 struct edma_desc *edesc; in edma_prep_dma_interleaved()
1360 struct edma_desc *edes in edma_prep_dma_cyclic()
[all...]
/kernel/linux/linux-6.6/drivers/dma/ti/
H A Dedma.c169 struct edma_desc { struct
218 struct edma_desc *edesc;
707 static inline struct edma_desc *to_edma_desc(struct dma_async_tx_descriptor *tx) in to_edma_desc()
709 return container_of(tx, struct edma_desc, vdesc.tx); in to_edma_desc()
714 kfree(container_of(vdesc, struct edma_desc, vdesc)); in edma_desc_free()
722 struct edma_desc *edesc; in edma_execute()
1016 struct edma_desc *edesc; in edma_prep_slave_sg()
1110 struct edma_desc *edesc; in edma_prep_dma_memcpy()
1229 struct edma_desc *edesc; in edma_prep_dma_interleaved()
1303 struct edma_desc *edes in edma_prep_dma_cyclic()
[all...]

Completed in 6 milliseconds