Searched refs:arm_iommu_attach_device (Results 1 – 6 of 6) sorted by relevance
20 #define arm_iommu_attach_device(...) ({ -ENODEV; }) macro66 ret = arm_iommu_attach_device(subdrv_dev, priv->mapping); in drm_iommu_attach_device()90 arm_iommu_attach_device(subdrv_dev, *dma_priv); in drm_iommu_detach_device()
31 int arm_iommu_attach_device(struct device *dev,
32 #define arm_iommu_attach_device(...) -ENODEV macro818 ret = arm_iommu_attach_device(dev, mmu->mapping); in ipmmu_init_arm_mapping()
515 err = arm_iommu_attach_device(dev, mtk_mapping); in mtk_iommu_v1_probe_finalize()
1674 int arm_iommu_attach_device(struct device *dev, in arm_iommu_attach_device() function1686 EXPORT_SYMBOL_GPL(arm_iommu_attach_device);
1977 ret = arm_iommu_attach_device(isp->dev, mapping); in isp_attach_iommu()