Lines Matching refs:buf_priv
35 static void vb2_vmalloc_put(void *buf_priv);
63 static void vb2_vmalloc_put(void *buf_priv)
65 struct vb2_vmalloc_buf *buf = buf_priv;
126 static void vb2_vmalloc_put_userptr(void *buf_priv)
128 struct vb2_vmalloc_buf *buf = buf_priv;
150 static void *vb2_vmalloc_vaddr(struct vb2_buffer *vb, void *buf_priv)
152 struct vb2_vmalloc_buf *buf = buf_priv;
162 static unsigned int vb2_vmalloc_num_users(void *buf_priv)
164 struct vb2_vmalloc_buf *buf = buf_priv;
168 static int vb2_vmalloc_mmap(void *buf_priv, struct vm_area_struct *vma)
170 struct vb2_vmalloc_buf *buf = buf_priv;
335 void *buf_priv,
338 struct vb2_vmalloc_buf *buf = buf_priv;