Searched refs:map_dma_buf (Results 1 - 9 of 9) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | dma-buf.h | 116 * @map_dma_buf 154 struct sg_table *(*map_dma_buf)(struct dma_buf_attachment *, enum dma_data_direction); member 159 * release the &sg_table allocated in @map_dma_buf, and it is mandatory.
|
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/ |
H A D | dma-buf.c | 635 if (WARN_ON(!exp_info->priv || !exp_info->ops || !exp_info->ops->map_dma_buf || !exp_info->ops->unmap_dma_buf || in dma_buf_export() 881 sgt = dmabuf->ops->map_dma_buf(attach, DMA_BIDIRECTIONAL); in dma_buf_dynamic_attach() 988 * mapped into _device_ address space. Is a wrapper for map_dma_buf() of the 1038 sg_table = attach->dmabuf->ops->map_dma_buf(attach, direction); in dma_buf_map_attachment()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/init/linux/ |
H A D | hifb_init.c | 478 .map_dma_buf = hifb_memblock_map,
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/ |
H A D | videobuf2-rdma-sg.c | 455 .map_dma_buf = vb2_dma_sg_dmabuf_ops_map,
|
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/heaps/ |
H A D | system_heap.c | 385 .map_dma_buf = system_heap_map_dma_buf,
|
H A D | cma_heap.c | 262 .map_dma_buf = cma_heap_map_dma_buf,
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
H A D | videobuf2-rdma-sg.c | 450 .map_dma_buf = vb2_dma_sg_dmabuf_ops_map,
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
H A D | drm_prime.c | 601 * drm_gem_map_dma_buf - map_dma_buf implementation for GEM 606 * can be used as the &dma_buf_ops.map_dma_buf callback. Should be used together 810 .map_dma_buf = drm_gem_map_dma_buf,
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_drv.c | 1505 .map_dma_buf = drm_gem_map_dma_buf,
|
Completed in 11 milliseconds