Lines Matching refs:buf_priv
58 static void vb2_dma_sg_put(void *buf_priv);
179 static void vb2_dma_sg_put(void *buf_priv)
181 struct vb2_dma_sg_buf *buf = buf_priv;
201 static void vb2_dma_sg_prepare(void *buf_priv)
203 struct vb2_dma_sg_buf *buf = buf_priv;
212 static void vb2_dma_sg_finish(void *buf_priv)
214 struct vb2_dma_sg_buf *buf = buf_priv;
284 static void vb2_dma_sg_put_userptr(void *buf_priv)
286 struct vb2_dma_sg_buf *buf = buf_priv;
304 static void *vb2_dma_sg_vaddr(struct vb2_buffer *vb, void *buf_priv)
306 struct vb2_dma_sg_buf *buf = buf_priv;
325 static unsigned int vb2_dma_sg_num_users(void *buf_priv)
327 struct vb2_dma_sg_buf *buf = buf_priv;
332 static int vb2_dma_sg_mmap(void *buf_priv, struct vm_area_struct *vma)
334 struct vb2_dma_sg_buf *buf = buf_priv;
522 void *buf_priv,
525 struct vb2_dma_sg_buf *buf = buf_priv;
650 static void *vb2_dma_sg_cookie(struct vb2_buffer *vb, void *buf_priv)
652 struct vb2_dma_sg_buf *buf = buf_priv;