Home
last modified time | relevance | path

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

/Linux-v4.19/include/media/
Dvideobuf2-core.h122 struct dma_buf *(*get_dmabuf)(void *buf_priv, unsigned long flags); member
/Linux-v4.19/drivers/media/common/videobuf2/
Dvideobuf2-vmalloc.c437 .get_dmabuf = vb2_vmalloc_get_dmabuf,
Dvideobuf2-dma-sg.c657 .get_dmabuf = vb2_dma_sg_get_dmabuf,
Dvideobuf2-dma-contig.c715 .get_dmabuf = vb2_dc_get_dmabuf,
Dvideobuf2-core.c1846 if (!q->mem_ops->get_dmabuf) { in vb2_core_expbuf()
1880 dbuf = call_ptr_memop(vb, get_dmabuf, vb_plane->mem_priv, in vb2_core_expbuf()
/Linux-v4.19/sound/isa/
Dsscape.c170 static struct snd_dma_buffer *get_dmabuf(struct snd_dma_buffer *buf, in get_dmabuf() function
446 if (!get_dmabuf(&dma, PAGE_ALIGN(32 * 1024))) in upload_dma_data()