Searched refs:iommu_dma_reserve_iova (Results 1 - 6 of 6) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | dma-iommu.h | 39 int iommu_dma_reserve_iova(struct device *dev, dma_addr_t base, u64 size); 81 static inline int iommu_dma_reserve_iova(struct device *dev, dma_addr_t base, u64 size) in iommu_dma_reserve_iova() function
|
/device/soc/rockchip/common/sdk_linux/drivers/iommu/ |
H A D | dma-iommu.c | 387 int iommu_dma_reserve_iova(struct device *dev, dma_addr_t base, u64 size) in iommu_dma_reserve_iova() function 411 EXPORT_SYMBOL(iommu_dma_reserve_iova); variable
|
/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/ |
H A D | mpp_rkvdec2.c | 993 ret = iommu_dma_reserve_iova(dev, iova, rcb_size);
in rkvdec2_alloc_rcbbuf()
|
H A D | mpp_rkvenc2.c | 1442 ret = iommu_dma_reserve_iova(dev, iova, sram_used);
in rkvenc2_alloc_rcbbuf()
|
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/ |
H A D | mpp_rkvdec2.c | 992 ret = iommu_dma_reserve_iova(dev, iova, rcb_size); in rkvdec2_alloc_rcbbuf()
|
H A D | mpp_rkvenc2.c | 1428 ret = iommu_dma_reserve_iova(dev, iova, sram_used); in rkvenc2_alloc_rcbbuf()
|
Completed in 12 milliseconds