Searched refs:buf_priv (Results 1 – 4 of 4) 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()154 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()172 struct vb2_vmalloc_buf *buf = buf_priv; in vb2_vmalloc_mmap()337 void *buf_priv, in vb2_vmalloc_get_dmabuf() argument[all …]
58 static void vb2_dma_sg_put(void *buf_priv);181 struct vb2_dma_sg_buf *buf = buf_priv; in vb2_dma_sg_put()203 struct vb2_dma_sg_buf *buf = buf_priv; in vb2_dma_sg_prepare()214 struct vb2_dma_sg_buf *buf = buf_priv; in vb2_dma_sg_finish()286 struct vb2_dma_sg_buf *buf = buf_priv; in vb2_dma_sg_put_userptr()306 struct vb2_dma_sg_buf *buf = buf_priv; in vb2_dma_sg_vaddr()327 struct vb2_dma_sg_buf *buf = buf_priv; in vb2_dma_sg_num_users()334 struct vb2_dma_sg_buf *buf = buf_priv; in vb2_dma_sg_mmap()522 void *buf_priv, in vb2_dma_sg_get_dmabuf() argument525 struct vb2_dma_sg_buf *buf = buf_priv; in vb2_dma_sg_get_dmabuf()[all …]
75 struct vb2_dc_buf *buf = buf_priv; in vb2_dc_cookie()96 struct vb2_dc_buf *buf = buf_priv; in vb2_dc_vaddr()118 struct vb2_dc_buf *buf = buf_priv; in vb2_dc_num_users()125 struct vb2_dc_buf *buf = buf_priv; in vb2_dc_prepare()145 struct vb2_dc_buf *buf = buf_priv; in vb2_dc_finish()167 static void vb2_dc_put(void *buf_priv) in vb2_dc_put() argument169 struct vb2_dc_buf *buf = buf_priv; in vb2_dc_put()276 struct vb2_dc_buf *buf = buf_priv; in vb2_dc_mmap()499 void *buf_priv, in vb2_dc_get_dmabuf() argument502 struct vb2_dc_buf *buf = buf_priv; in vb2_dc_get_dmabuf()[all …]
122 void (*put)(void *buf_priv);124 void *buf_priv,131 void (*put_userptr)(void *buf_priv);133 void (*prepare)(void *buf_priv);134 void (*finish)(void *buf_priv);140 void (*detach_dmabuf)(void *buf_priv);141 int (*map_dmabuf)(void *buf_priv);142 void (*unmap_dmabuf)(void *buf_priv);144 void *(*vaddr)(struct vb2_buffer *vb, void *buf_priv);145 void *(*cookie)(struct vb2_buffer *vb, void *buf_priv);[all …]
Completed in 23 milliseconds