Lines Matching refs:buf_priv
35 static void vb2_vmalloc_put(void *buf_priv);
64 static void vb2_vmalloc_put(void *buf_priv) in vb2_vmalloc_put() argument
66 struct vb2_vmalloc_buf *buf = buf_priv; in vb2_vmalloc_put()
126 static void vb2_vmalloc_put_userptr(void *buf_priv) in vb2_vmalloc_put_userptr() argument
128 struct vb2_vmalloc_buf *buf = buf_priv; in vb2_vmalloc_put_userptr()
150 static void *vb2_vmalloc_vaddr(void *buf_priv) in vb2_vmalloc_vaddr() argument
152 struct vb2_vmalloc_buf *buf = buf_priv; in vb2_vmalloc_vaddr()
162 static unsigned int vb2_vmalloc_num_users(void *buf_priv) in vb2_vmalloc_num_users() argument
164 struct vb2_vmalloc_buf *buf = buf_priv; in vb2_vmalloc_num_users()
168 static int vb2_vmalloc_mmap(void *buf_priv, struct vm_area_struct *vma) in vb2_vmalloc_mmap() argument
170 struct vb2_vmalloc_buf *buf = buf_priv; in vb2_vmalloc_mmap()
340 static struct dma_buf *vb2_vmalloc_get_dmabuf(void *buf_priv, unsigned long flags) in vb2_vmalloc_get_dmabuf() argument
342 struct vb2_vmalloc_buf *buf = buf_priv; in vb2_vmalloc_get_dmabuf()