Lines Matching refs:buf_priv
56 static void vb2_dma_sg_put(void *buf_priv);
178 static void vb2_dma_sg_put(void *buf_priv)
180 struct vb2_dma_sg_buf *buf = buf_priv;
200 static void vb2_dma_sg_prepare(void *buf_priv)
202 struct vb2_dma_sg_buf *buf = buf_priv;
208 static void vb2_dma_sg_finish(void *buf_priv)
210 struct vb2_dma_sg_buf *buf = buf_priv;
275 static void vb2_dma_sg_put_userptr(void *buf_priv)
277 struct vb2_dma_sg_buf *buf = buf_priv;
295 static void *vb2_dma_sg_vaddr(void *buf_priv)
297 struct vb2_dma_sg_buf *buf = buf_priv;
312 static unsigned int vb2_dma_sg_num_users(void *buf_priv)
314 struct vb2_dma_sg_buf *buf = buf_priv;
319 static int vb2_dma_sg_mmap(void *buf_priv, struct vm_area_struct *vma)
321 struct vb2_dma_sg_buf *buf = buf_priv;
508 static struct dma_buf *vb2_dma_sg_get_dmabuf(void *buf_priv, unsigned long flags)
510 struct vb2_dma_sg_buf *buf = buf_priv;
633 static void *vb2_dma_sg_cookie(void *buf_priv)
635 struct vb2_dma_sg_buf *buf = buf_priv;