Lines Matching refs:buf_priv
34 static void vb2_vmalloc_put(void *buf_priv);
62 static void vb2_vmalloc_put(void *buf_priv) in vb2_vmalloc_put() argument
64 struct vb2_vmalloc_buf *buf = buf_priv; in vb2_vmalloc_put()
122 static void vb2_vmalloc_put_userptr(void *buf_priv) in vb2_vmalloc_put_userptr() argument
124 struct vb2_vmalloc_buf *buf = buf_priv; in vb2_vmalloc_put_userptr()
145 static void *vb2_vmalloc_vaddr(void *buf_priv) in vb2_vmalloc_vaddr() argument
147 struct vb2_vmalloc_buf *buf = buf_priv; in vb2_vmalloc_vaddr()
158 static unsigned int vb2_vmalloc_num_users(void *buf_priv) in vb2_vmalloc_num_users() argument
160 struct vb2_vmalloc_buf *buf = buf_priv; in vb2_vmalloc_num_users()
164 static int vb2_vmalloc_mmap(void *buf_priv, struct vm_area_struct *vma) in vb2_vmalloc_mmap() argument
166 struct vb2_vmalloc_buf *buf = buf_priv; in vb2_vmalloc_mmap()
349 static struct dma_buf *vb2_vmalloc_get_dmabuf(void *buf_priv, unsigned long flags) in vb2_vmalloc_get_dmabuf() argument
351 struct vb2_vmalloc_buf *buf = buf_priv; in vb2_vmalloc_get_dmabuf()