Home
last modified time | relevance | path

Searched refs:dma_buf_export (Results 1 - 8 of 8) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/linux/
H A Ddma-buf.h383 * This represents a shared buffer, created by calling dma_buf_export(). The
524 * with dma_buf_export() only.
595 struct dma_buf *dma_buf_export(const struct dma_buf_export_info *exp_info);
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/init/linux/
H A Dhifb_init.c503 fb_dma_buf = dma_buf_export(mem_block_data, &g_hifb_mem_block_ops, mem_size, flags, HI_NULL); in hifb_memblock_export()
526 fb_dma_buf = dma_buf_export(&export_info); in hifb_memblock_export()
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H A Dvideobuf2-rdma-sg.c479 dbuf = dma_buf_export(&exp_info); in vb2_dma_sg_get_dmabuf()
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/heaps/
H A Dsystem_heap.c482 dmabuf = dma_buf_export(&exp_info); in system_heap_do_allocate()
H A Dcma_heap.c348 dmabuf = dma_buf_export(&exp_info); in cma_heap_allocate()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
H A Dvideobuf2-rdma-sg.c473 dbuf = dma_buf_export(&exp_info); in vb2_dma_sg_get_dmabuf()
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/
H A Ddma-buf.c579 * DEFINE_DMA_BUF_EXPORT_INFO() and calls dma_buf_export() to wrap a private
604 * dma_buf_export - Creates a new dma_buf, and associates an anon file
620 struct dma_buf *dma_buf_export(const struct dma_buf_export_info *exp_info) in dma_buf_export() function
712 EXPORT_SYMBOL_GPL(dma_buf_export); variable
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_prime.c233 * @exp_info: the export information used by dma_buf_export()
235 * This wraps dma_buf_export() for use by generic GEM drivers that are using
236 * drm_gem_dmabuf_release(). In addition to calling dma_buf_export(), we take
247 dma_buf = dma_buf_export(exp_info); in drm_gem_dmabuf_export()

Completed in 8 milliseconds