Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/dma/dw-edma/
Ddw-edma-core.c37 struct dw_edma_desc *vd2dw_edma_desc(struct virt_dma_desc *vd) in vd2dw_edma_desc()
39 return container_of(vd, struct dw_edma_desc, vd); in vd2dw_edma_desc()
64 static struct dw_edma_chunk *dw_edma_alloc_chunk(struct dw_edma_desc *desc) in dw_edma_alloc_chunk()
109 static struct dw_edma_desc *dw_edma_alloc_desc(struct dw_edma_chan *chan) in dw_edma_alloc_desc()
111 struct dw_edma_desc *desc; in dw_edma_alloc_desc()
142 static void dw_edma_free_chunk(struct dw_edma_desc *desc) in dw_edma_free_chunk()
162 static void dw_edma_free_desc(struct dw_edma_desc *desc) in dw_edma_free_desc()
176 struct dw_edma_desc *desc; in dw_edma_start_transfer()
294 struct dw_edma_desc *desc; in dw_edma_device_tx_status()
334 struct dw_edma_desc *desc; in dw_edma_device_transfer()
[all …]
Ddw-edma-core.h63 struct dw_edma_desc { struct