Home
last modified time | relevance | path

Searched refs:get_dmabuf (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/media/common/videobuf2/
H A Dvideobuf2-vmalloc.c430 .get_dmabuf = vb2_vmalloc_get_dmabuf,
H A Dvideobuf2-dma-sg.c667 .get_dmabuf = vb2_dma_sg_get_dmabuf,
H A Dvideobuf2-dma-contig.c810 .get_dmabuf = vb2_dc_get_dmabuf,
H A Dvideobuf2-core.c2446 if (!q->mem_ops->get_dmabuf) { in vb2_core_expbuf()
2473 dbuf = call_ptr_memop(get_dmabuf, in vb2_core_expbuf()
/linux-6.15/include/media/
H A Dvideobuf2-core.h123 struct dma_buf *(*get_dmabuf)(struct vb2_buffer *vb, member
/linux-6.15/sound/isa/
H A Dsscape.c157 static struct snd_dma_buffer *get_dmabuf(struct soundscape *s, in get_dmabuf() function
423 if (!get_dmabuf(s, &dma, PAGE_ALIGN(32 * 1024))) in upload_dma_data()