Searched refs:unmap_dma_buf (Results 1 - 9 of 9) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | dma-buf.h | 156 * @unmap_dma_buf 163 void (*unmap_dma_buf)(struct dma_buf_attachment *, struct sg_table *, enum dma_data_direction); member
|
/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() 950 dmabuf->ops->unmap_dma_buf(attach, attach->sgt, attach->dir); in dma_buf_detach() 1058 * deallocate the scatterlist associated. Is a wrapper for unmap_dma_buf() of 1087 attach->dmabuf->ops->unmap_dma_buf(attach, sg_table, direction); in dma_buf_unmap_attachment()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/init/linux/ |
H A D | hifb_init.c | 479 .unmap_dma_buf = hifb_memblock_unmap,
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/ |
H A D | videobuf2-rdma-sg.c | 456 .unmap_dma_buf = vb2_dma_sg_dmabuf_ops_unmap,
|
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/heaps/ |
H A D | system_heap.c | 386 .unmap_dma_buf = system_heap_unmap_dma_buf,
|
H A D | cma_heap.c | 263 .unmap_dma_buf = cma_heap_unmap_dma_buf,
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
H A D | videobuf2-rdma-sg.c | 451 .unmap_dma_buf = vb2_dma_sg_dmabuf_ops_unmap,
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
H A D | drm_prime.c | 640 * drm_gem_unmap_dma_buf - unmap_dma_buf implementation for GEM 645 * This can be used as the &dma_buf_ops.unmap_dma_buf callback. 811 .unmap_dma_buf = drm_gem_unmap_dma_buf,
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_drv.c | 1506 .unmap_dma_buf = drm_gem_unmap_dma_buf,
|
Completed in 11 milliseconds