Searched refs:get_dmabuf (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/include/media/ |
| H A D | videobuf2-core.h | 124 struct dma_buf *(*get_dmabuf)(void *buf_priv, unsigned long flags); member
|
| /OK3568_Linux_fs/kernel/drivers/media/common/videobuf2/ |
| H A D | videobuf2-vmalloc.c | 423 .get_dmabuf = vb2_vmalloc_get_dmabuf,
|
| H A D | videobuf2-dma-sg.c | 650 .get_dmabuf = vb2_dma_sg_get_dmabuf,
|
| H A D | videobuf2-dma-contig.c | 695 .get_dmabuf = vb2_dc_get_dmabuf,
|
| H A D | videobuf2-cma-sg.c | 686 .get_dmabuf = vb2_cma_sg_get_dmabuf,
|
| H A 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()
|
| /OK3568_Linux_fs/kernel/sound/isa/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/ |
| H A D | common.c | 45 buf->dbuf = g_ops->get_dmabuf(mem_priv, O_RDWR); in rkcif_alloc_buffer()
|
| H A D | capture.c | 4546 cifbuf->dbuf = hw_dev->mem_ops->get_dmabuf(vb->planes[0].mem_priv, O_RDWR); in rkcif_buf_queue()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/ |
| H A D | common.c | 224 buf->dbuf = g_ops->get_dmabuf(mem_priv, O_RDWR); in rkisp_alloc_buffer()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/ispp/ |
| H A D | common.c | 100 buf->dbuf = g_ops->get_dmabuf(mem_priv, O_RDWR); in rkispp_allow_buffer()
|