Lines Matching refs:virt_dma_desc
18 struct virt_dma_desc { struct
27 void (*desc_free)(struct virt_dma_desc *); argument
37 struct virt_dma_desc *cyclic;
38 struct virt_dma_desc *vd_terminated;
48 struct virt_dma_desc *vchan_find_desc(struct virt_dma_chan *, dma_cookie_t);
59 struct virt_dma_desc *vd, unsigned long tx_flags) in vchan_tx_prep()
93 static inline void vchan_cookie_complete(struct virt_dma_desc *vd) in vchan_cookie_complete()
111 static inline void vchan_vdesc_fini(struct virt_dma_desc *vd) in vchan_vdesc_fini()
125 static inline void vchan_cyclic_callback(struct virt_dma_desc *vd) in vchan_cyclic_callback()
139 static inline void vchan_terminate_vdesc(struct virt_dma_desc *vd) in vchan_terminate_vdesc()
158 static inline struct virt_dma_desc *vchan_next_desc(struct virt_dma_chan *vc) in vchan_next_desc()
161 struct virt_dma_desc, node); in vchan_next_desc()
185 struct virt_dma_desc *vd; in vchan_free_chan_resources()