Lines Matching refs:buf_priv
35 static void vb2_vmalloc_put(void *buf_priv);
63 static void vb2_vmalloc_put(void *buf_priv) in vb2_vmalloc_put() argument
65 struct vb2_vmalloc_buf *buf = buf_priv; in vb2_vmalloc_put()
124 static void vb2_vmalloc_put_userptr(void *buf_priv) in vb2_vmalloc_put_userptr() argument
126 struct vb2_vmalloc_buf *buf = buf_priv; in vb2_vmalloc_put_userptr()
148 static void *vb2_vmalloc_vaddr(struct vb2_buffer *vb, void *buf_priv) in vb2_vmalloc_vaddr() argument
150 struct vb2_vmalloc_buf *buf = buf_priv; in vb2_vmalloc_vaddr()
160 static unsigned int vb2_vmalloc_num_users(void *buf_priv) in vb2_vmalloc_num_users() argument
162 struct vb2_vmalloc_buf *buf = buf_priv; in vb2_vmalloc_num_users()
166 static int vb2_vmalloc_mmap(void *buf_priv, struct vm_area_struct *vma) in vb2_vmalloc_mmap() argument
168 struct vb2_vmalloc_buf *buf = buf_priv; in vb2_vmalloc_mmap()
341 void *buf_priv, in vb2_vmalloc_get_dmabuf() argument
344 struct vb2_vmalloc_buf *buf = buf_priv; in vb2_vmalloc_get_dmabuf()