Lines Matching refs:virt_dma_desc
15 struct virt_dma_desc { struct
25 void (*desc_free)(struct virt_dma_desc *); argument
36 struct virt_dma_desc *cyclic;
46 struct virt_dma_desc *vchan_find_desc(struct virt_dma_chan *, dma_cookie_t);
57 struct virt_dma_desc *vd, unsigned long tx_flags) in vchan_tx_prep()
96 static inline void vchan_cookie_complete(struct virt_dma_desc *vd) in vchan_cookie_complete()
116 static inline void vchan_vdesc_fini(struct virt_dma_desc *vd) in vchan_vdesc_fini()
135 static inline void vchan_cyclic_callback(struct virt_dma_desc *vd) in vchan_cyclic_callback()
149 static inline void vchan_terminate_vdesc(struct virt_dma_desc *vd) in vchan_terminate_vdesc()
167 static inline struct virt_dma_desc *vchan_next_desc(struct virt_dma_chan *vc) in vchan_next_desc()
172 struct virt_dma_desc, node); in vchan_next_desc()
199 struct virt_dma_desc *vd; in vchan_free_chan_resources()