Searched refs:mem_priv (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c227 void *mem_priv; local
243 mem_priv = call_ptr_memop(alloc,
247 if (IS_ERR_OR_NULL(mem_priv)) {
248 if (mem_priv)
249 ret = PTR_ERR(mem_priv);
254 vb->planes[plane].mem_priv = mem_priv;
261 call_void_memop(vb, put, vb->planes[plane - 1].mem_priv);
262 vb->planes[plane - 1].mem_priv = NULL;
276 call_void_memop(vb, put, vb->planes[plane].mem_priv);
673 void *mem_priv = vb->planes[plane].mem_priv; local
1213 void *mem_priv; local
1329 void *mem_priv; local
[all...]
H A Dvideobuf2-vmalloc.c368 static int vb2_vmalloc_map_dmabuf(void *mem_priv) argument
370 struct vb2_vmalloc_buf *buf = mem_priv;
382 static void vb2_vmalloc_unmap_dmabuf(void *mem_priv) argument
384 struct vb2_vmalloc_buf *buf = mem_priv;
391 static void vb2_vmalloc_detach_dmabuf(void *mem_priv) argument
393 struct vb2_vmalloc_buf *buf = mem_priv;
H A Dvideobuf2-dma-contig.c690 static int vb2_dc_map_dmabuf(void *mem_priv) argument
692 struct vb2_dc_buf *buf = mem_priv;
730 static void vb2_dc_unmap_dmabuf(void *mem_priv) argument
732 struct vb2_dc_buf *buf = mem_priv;
756 static void vb2_dc_detach_dmabuf(void *mem_priv) argument
758 struct vb2_dc_buf *buf = mem_priv;
H A Dvideobuf2-dma-sg.c551 static int vb2_dma_sg_map_dmabuf(void *mem_priv) argument
553 struct vb2_dma_sg_buf *buf = mem_priv;
579 static void vb2_dma_sg_unmap_dmabuf(void *mem_priv) argument
581 struct vb2_dma_sg_buf *buf = mem_priv;
604 static void vb2_dma_sg_detach_dmabuf(void *mem_priv) argument
606 struct vb2_dma_sg_buf *buf = mem_priv;
/linux-master/include/media/
H A Dvideobuf2-core.h154 * @mem_priv: private data with this plane.
179 void *mem_priv; member in struct:vb2_plane

Completed in 349 milliseconds