Searched refs:detach_dmabuf (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/media/ |
H A D | videobuf2-core.h | 80 * @detach_dmabuf: inform the exporter of the buffer that the current DMABUF 115 * #) Required ops for DMABUF types: attach_dmabuf, detach_dmabuf, 138 void (*detach_dmabuf)(void *buf_priv); member
|
/kernel/linux/linux-6.6/include/media/ |
H A D | videobuf2-core.h | 80 * @detach_dmabuf: inform the exporter of the buffer that the current DMABUF 115 * #) Required ops for DMABUF types: attach_dmabuf, detach_dmabuf, 140 void (*detach_dmabuf)(void *buf_priv); member
|
/kernel/linux/linux-5.10/drivers/media/common/videobuf2/ |
H A D | videobuf2-vmalloc.c | 428 .detach_dmabuf = vb2_vmalloc_detach_dmabuf,
|
H A D | videobuf2-dma-contig.c | 706 .detach_dmabuf = vb2_dc_detach_dmabuf,
|
H A D | videobuf2-dma-sg.c | 654 .detach_dmabuf = vb2_dma_sg_detach_dmabuf,
|
H A D | videobuf2-core.c | 299 call_void_memop(vb, detach_dmabuf, p->mem_priv); in __vb2_plane_dmabuf_put() 584 pr_info(" attach_dmabuf: %u detach_dmabuf: %u map_dmabuf: %u unmap_dmabuf: %u\n", in __vb2_queue_free() 682 !q->mem_ops->detach_dmabuf || !q->mem_ops->map_dmabuf || in __verify_dmabuf_ops()
|
/kernel/linux/linux-6.6/drivers/media/common/videobuf2/ |
H A D | videobuf2-vmalloc.c | 433 .detach_dmabuf = vb2_vmalloc_detach_dmabuf,
|
H A D | videobuf2-dma-contig.c | 820 .detach_dmabuf = vb2_dc_detach_dmabuf,
|
H A D | videobuf2-dma-sg.c | 671 .detach_dmabuf = vb2_dma_sg_detach_dmabuf,
|
H A D | videobuf2-core.c | 300 call_void_memop(vb, detach_dmabuf, p->mem_priv); in __vb2_plane_dmabuf_put() 579 pr_info(" attach_dmabuf: %u detach_dmabuf: %u map_dmabuf: %u unmap_dmabuf: %u\n", in __vb2_queue_free() 676 !q->mem_ops->detach_dmabuf || !q->mem_ops->map_dmabuf || in __verify_dmabuf_ops()
|
Completed in 19 milliseconds