Searched refs:buf_priv (Results 1 – 4 of 4) sorted by relevance
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 …]
36 static void vb2_vmalloc_put(void *buf_priv);64 static void vb2_vmalloc_put(void *buf_priv) in vb2_vmalloc_put() argument66 struct vb2_vmalloc_buf *buf = buf_priv; in vb2_vmalloc_put()127 static void vb2_vmalloc_put_userptr(void *buf_priv) in vb2_vmalloc_put_userptr() argument129 struct vb2_vmalloc_buf *buf = buf_priv; in vb2_vmalloc_put_userptr()153 struct vb2_vmalloc_buf *buf = buf_priv; in vb2_vmalloc_vaddr()163 static unsigned int vb2_vmalloc_num_users(void *buf_priv) in vb2_vmalloc_num_users() argument165 struct vb2_vmalloc_buf *buf = buf_priv; in vb2_vmalloc_num_users()171 struct vb2_vmalloc_buf *buf = buf_priv; in vb2_vmalloc_mmap()338 void *buf_priv, in vb2_vmalloc_get_dmabuf() argument[all …]
59 static void vb2_dma_sg_put(void *buf_priv);182 struct vb2_dma_sg_buf *buf = buf_priv; in vb2_dma_sg_put()204 struct vb2_dma_sg_buf *buf = buf_priv; in vb2_dma_sg_prepare()215 struct vb2_dma_sg_buf *buf = buf_priv; in vb2_dma_sg_finish()287 struct vb2_dma_sg_buf *buf = buf_priv; in vb2_dma_sg_put_userptr()307 struct vb2_dma_sg_buf *buf = buf_priv; in vb2_dma_sg_vaddr()328 struct vb2_dma_sg_buf *buf = buf_priv; in vb2_dma_sg_num_users()335 struct vb2_dma_sg_buf *buf = buf_priv; in vb2_dma_sg_mmap()519 void *buf_priv, in vb2_dma_sg_get_dmabuf() argument522 struct vb2_dma_sg_buf *buf = buf_priv; in vb2_dma_sg_get_dmabuf()[all …]
76 struct vb2_dc_buf *buf = buf_priv; in vb2_dc_cookie()97 struct vb2_dc_buf *buf = buf_priv; in vb2_dc_vaddr()119 struct vb2_dc_buf *buf = buf_priv; in vb2_dc_num_users()126 struct vb2_dc_buf *buf = buf_priv; in vb2_dc_prepare()146 struct vb2_dc_buf *buf = buf_priv; in vb2_dc_finish()168 static void vb2_dc_put(void *buf_priv) in vb2_dc_put() argument170 struct vb2_dc_buf *buf = buf_priv; in vb2_dc_put()277 struct vb2_dc_buf *buf = buf_priv; in vb2_dc_mmap()502 void *buf_priv, in vb2_dc_get_dmabuf() argument505 struct vb2_dc_buf *buf = buf_priv; in vb2_dc_get_dmabuf()[all …]
Completed in 10 milliseconds