Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/media/
H A Dvideobuf2-core.h124 struct dma_buf *(*get_dmabuf)(void *buf_priv, unsigned long flags); member
/OK3568_Linux_fs/kernel/drivers/media/common/videobuf2/
H A Dvideobuf2-vmalloc.c423 .get_dmabuf = vb2_vmalloc_get_dmabuf,
H A Dvideobuf2-dma-sg.c650 .get_dmabuf = vb2_dma_sg_get_dmabuf,
H A Dvideobuf2-dma-contig.c695 .get_dmabuf = vb2_dc_get_dmabuf,
H A Dvideobuf2-cma-sg.c686 .get_dmabuf = vb2_cma_sg_get_dmabuf,
H A Dvideobuf2-core.c2207 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 Dsscape.c156 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 Dcommon.c45 buf->dbuf = g_ops->get_dmabuf(mem_priv, O_RDWR); in rkcif_alloc_buffer()
H A Dcapture.c4546 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 Dcommon.c224 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 Dcommon.c100 buf->dbuf = g_ops->get_dmabuf(mem_priv, O_RDWR); in rkispp_allow_buffer()