Searched refs:buf_priv (Results 1 – 2 of 2) sorted by relevance
35 static void vb2_vmalloc_put(void *buf_priv);63 static void vb2_vmalloc_put(void *buf_priv) in vb2_vmalloc_put() argument65 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() argument128 struct vb2_vmalloc_buf *buf = buf_priv; in vb2_vmalloc_put_userptr()152 static void *vb2_vmalloc_vaddr(struct vb2_buffer *vb, void *buf_priv) in vb2_vmalloc_vaddr() argument154 struct vb2_vmalloc_buf *buf = buf_priv; in vb2_vmalloc_vaddr()164 static unsigned int vb2_vmalloc_num_users(void *buf_priv) in vb2_vmalloc_num_users() argument166 struct vb2_vmalloc_buf *buf = buf_priv; in vb2_vmalloc_num_users()170 static int vb2_vmalloc_mmap(void *buf_priv, struct vm_area_struct *vma) in vb2_vmalloc_mmap() argument[all …]
73 static void *vb2_dc_cookie(struct vb2_buffer *vb, void *buf_priv) in vb2_dc_cookie() argument75 struct vb2_dc_buf *buf = buf_priv; in vb2_dc_cookie()94 static void *vb2_dc_vaddr(struct vb2_buffer *vb, void *buf_priv) in vb2_dc_vaddr() argument96 struct vb2_dc_buf *buf = buf_priv; in vb2_dc_vaddr()116 static unsigned int vb2_dc_num_users(void *buf_priv) in vb2_dc_num_users() argument118 struct vb2_dc_buf *buf = buf_priv; in vb2_dc_num_users()123 static void vb2_dc_prepare(void *buf_priv) in vb2_dc_prepare() argument125 struct vb2_dc_buf *buf = buf_priv; in vb2_dc_prepare()143 static void vb2_dc_finish(void *buf_priv) in vb2_dc_finish() argument145 struct vb2_dc_buf *buf = buf_priv; in vb2_dc_finish()[all …]