Lines Matching defs:vdesc
78 * @vdesc: Virtual DMA descriptor
88 struct virt_dma_desc vdesc;
182 static inline struct xdma_desc *to_xdma_desc(struct virt_dma_desc *vdesc)
184 return container_of(vdesc, struct xdma_desc, vdesc);
211 * @vdesc: Virtual DMA descriptor
213 static void xdma_free_desc(struct virt_dma_desc *vdesc)
218 sw_desc = to_xdma_desc(vdesc);
274 xdma_free_desc(&sw_desc->vdesc);
512 tx_desc = vchan_tx_prep(&xdma_chan->vchan, &sw_desc->vdesc, flags);
519 xdma_free_desc(&sw_desc->vdesc);