Home
last modified time | relevance | path

Searched refs:buf_priv (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/include/media/
A Dvideobuf2-core.h122 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 …]
/linux-6.3-rc2/drivers/media/common/videobuf2/
A Dvideobuf2-vmalloc.c36 static void vb2_vmalloc_put(void *buf_priv);
64 static void vb2_vmalloc_put(void *buf_priv) in vb2_vmalloc_put() argument
66 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() argument
129 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() argument
165 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 …]
A Dvideobuf2-dma-sg.c59 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() argument
522 struct vb2_dma_sg_buf *buf = buf_priv; in vb2_dma_sg_get_dmabuf()
[all …]
A Dvideobuf2-dma-contig.c76 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() argument
170 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() argument
505 struct vb2_dc_buf *buf = buf_priv; in vb2_dc_get_dmabuf()
[all …]

Completed in 10 milliseconds