Searched refs:get_dmabuf (Results 1 – 6 of 6) sorted by relevance
89 struct dma_buf *(*get_dmabuf)(void *buf_priv, unsigned long flags); member
450 .get_dmabuf = vb2_vmalloc_get_dmabuf,
722 .get_dmabuf = vb2_dma_sg_get_dmabuf,
846 .get_dmabuf = vb2_dc_get_dmabuf,
2409 if (!q->mem_ops->get_dmabuf) { in vb2_expbuf()2443 dbuf = call_ptr_memop(vb, get_dmabuf, vb_plane->mem_priv, eb->flags & O_ACCMODE); in vb2_expbuf()
170 static struct snd_dma_buffer *get_dmabuf(struct snd_dma_buffer *buf, in get_dmabuf() function446 if (!get_dmabuf(&dma, PAGE_ALIGN(32 * 1024))) in upload_dma_data()