Lines Matching refs:buf_priv
69 static void *vb2_dc_cookie(void *buf_priv)
71 struct vb2_dc_buf *buf = buf_priv;
76 static void *vb2_dc_vaddr(void *buf_priv)
78 struct vb2_dc_buf *buf = buf_priv;
86 static unsigned int vb2_dc_num_users(void *buf_priv)
88 struct vb2_dc_buf *buf = buf_priv;
93 static void vb2_dc_prepare(void *buf_priv)
95 struct vb2_dc_buf *buf = buf_priv;
104 static void vb2_dc_finish(void *buf_priv)
106 struct vb2_dc_buf *buf = buf_priv;
119 static void vb2_dc_put(void *buf_priv)
121 struct vb2_dc_buf *buf = buf_priv;
175 static int vb2_dc_mmap(void *buf_priv, struct vm_area_struct *vma)
177 struct vb2_dc_buf *buf = buf_priv;
394 static struct dma_buf *vb2_dc_get_dmabuf(void *buf_priv, unsigned long flags)
396 struct vb2_dc_buf *buf = buf_priv;
425 static void vb2_dc_put_userptr(void *buf_priv)
427 struct vb2_dc_buf *buf = buf_priv;