Searched refs:get_dmabuf (Results 1 – 6 of 6) sorted by relevance
123 struct dma_buf *(*get_dmabuf)(struct vb2_buffer *vb, member
428 .get_dmabuf = vb2_vmalloc_get_dmabuf,
661 .get_dmabuf = vb2_dma_sg_get_dmabuf,
809 .get_dmabuf = vb2_dc_get_dmabuf,
2245 if (!q->mem_ops->get_dmabuf) { in vb2_core_expbuf()2279 dbuf = call_ptr_memop(get_dmabuf, in vb2_core_expbuf()
156 static struct snd_dma_buffer *get_dmabuf(struct soundscape *s, in get_dmabuf() function422 if (!get_dmabuf(s, &dma, PAGE_ALIGN(32 * 1024))) in upload_dma_data()