Home
last modified time | relevance | path

Searched refs:detach_dmabuf (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/include/media/
H A Dvideobuf2-core.h80 * @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 Dvideobuf2-core.h80 * @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 Dvideobuf2-vmalloc.c428 .detach_dmabuf = vb2_vmalloc_detach_dmabuf,
H A Dvideobuf2-dma-contig.c706 .detach_dmabuf = vb2_dc_detach_dmabuf,
H A Dvideobuf2-dma-sg.c654 .detach_dmabuf = vb2_dma_sg_detach_dmabuf,
H A Dvideobuf2-core.c299 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 Dvideobuf2-vmalloc.c433 .detach_dmabuf = vb2_vmalloc_detach_dmabuf,
H A Dvideobuf2-dma-contig.c820 .detach_dmabuf = vb2_dc_detach_dmabuf,
H A Dvideobuf2-dma-sg.c671 .detach_dmabuf = vb2_dma_sg_detach_dmabuf,
H A Dvideobuf2-core.c300 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 16 milliseconds