Searched refs:get_dmabuf (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/media/ |
D | videobuf2-core.h | 124 struct dma_buf *(*get_dmabuf)(void *buf_priv, unsigned long flags); member
|
/kernel/linux/linux-5.10/drivers/media/common/videobuf2/ |
D | videobuf2-vmalloc.c | 423 .get_dmabuf = vb2_vmalloc_get_dmabuf,
|
D | videobuf2-dma-contig.c | 695 .get_dmabuf = vb2_dc_get_dmabuf,
|
D | videobuf2-dma-sg.c | 650 .get_dmabuf = vb2_dma_sg_get_dmabuf,
|
D | videobuf2-core.c | 2207 if (!q->mem_ops->get_dmabuf) { in vb2_core_expbuf() 2241 dbuf = call_ptr_memop(vb, get_dmabuf, vb_plane->mem_priv, in vb2_core_expbuf()
|
/kernel/linux/linux-5.10/sound/isa/ |
D | sscape.c | 156 static struct snd_dma_buffer *get_dmabuf(struct soundscape *s, in get_dmabuf() function 433 if (!get_dmabuf(s, &dma, PAGE_ALIGN(32 * 1024))) in upload_dma_data()
|
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/ |
D | linux-5.10.patch | 31221 +static struct dma_buf *get_dmabuf(void *buf_priv, unsigned long flags) 31240 + ge2d_log_dbg("get_dmabuf, refcount=%d\n", 31386 + dbuf = get_dmabuf(buf, flags & O_ACCMODE); 47299 +static struct dma_buf *get_dmabuf(struct secmem_block *info, 47337 + dbuf = get_dmabuf(info, 0); 47339 + pr_error("get_dmabuf failed\n");
|