Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/include/asm/
Ddma-iommu.h32 int arm_iommu_attach_device(struct device *dev,
/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_drm_iommu.c104 ret = arm_iommu_attach_device(subdrv_dev, dev->archdata.mapping); in drm_iommu_attach_device()
/linux-4.4.14/drivers/gpu/drm/rockchip/
Drockchip_drm_drv.c56 return arm_iommu_attach_device(dev, mapping); in rockchip_drm_dma_attach_device()
169 ret = arm_iommu_attach_device(dev, mapping); in rockchip_drm_load()
/linux-4.4.14/drivers/iommu/
Dshmobile-iommu.c359 if (arm_iommu_attach_device(dev, mapping)) in shmobile_iommu_add_device()
Dipmmu-vmsa.c700 ret = arm_iommu_attach_device(dev, mmu->mapping); in ipmmu_add_device()
/linux-4.4.14/arch/arm/mm/
Ddma-mapping.c2025 int arm_iommu_attach_device(struct device *dev, in arm_iommu_attach_device() function
2037 EXPORT_SYMBOL_GPL(arm_iommu_attach_device);
/linux-4.4.14/drivers/media/platform/omap3isp/
Disp.c2120 ret = arm_iommu_attach_device(isp->dev, mapping); in isp_attach_iommu()