Home
last modified time | relevance | path

Searched refs:arm_iommu_attach_device (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/arch/arm/include/asm/
Ddma-iommu.h32 int arm_iommu_attach_device(struct device *dev,
/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_drm_iommu.c103 ret = arm_iommu_attach_device(subdrv_dev, dev->archdata.mapping); in drm_iommu_attach_device()
/linux-4.1.27/drivers/gpu/drm/rockchip/
Drockchip_drm_drv.c55 return arm_iommu_attach_device(dev, mapping); in rockchip_drm_dma_attach_device()
166 ret = arm_iommu_attach_device(dev, mapping); in rockchip_drm_load()
/linux-4.1.27/drivers/iommu/
Dshmobile-iommu.c359 if (arm_iommu_attach_device(dev, mapping)) in shmobile_iommu_add_device()
Dipmmu-vmsa.c709 ret = arm_iommu_attach_device(dev, mmu->mapping); in ipmmu_add_device()
/linux-4.1.27/arch/arm/mm/
Ddma-mapping.c2013 int arm_iommu_attach_device(struct device *dev, in arm_iommu_attach_device() function
2025 EXPORT_SYMBOL_GPL(arm_iommu_attach_device);
/linux-4.1.27/drivers/media/platform/omap3isp/
Disp.c2198 ret = arm_iommu_attach_device(isp->dev, mapping); in isp_attach_iommu()