Searched refs:arm_iommu_attach_device (Results 1 – 6 of 6) sorted by relevance
21 #define arm_iommu_attach_device(...) ({ -ENODEV; }) macro67 ret = arm_iommu_attach_device(subdrv_dev, priv->mapping); in drm_iommu_attach_device()91 arm_iommu_attach_device(subdrv_dev, *dma_priv); in drm_iommu_detach_device()
31 int arm_iommu_attach_device(struct device *dev,
33 #define arm_iommu_attach_device(...) -ENODEV macro837 ret = arm_iommu_attach_device(dev, mmu->mapping); in ipmmu_init_arm_mapping()
462 err = arm_iommu_attach_device(dev, mtk_mapping); in mtk_iommu_probe_finalize()
2162 int arm_iommu_attach_device(struct device *dev, in arm_iommu_attach_device() function2174 EXPORT_SYMBOL_GPL(arm_iommu_attach_device);
1973 ret = arm_iommu_attach_device(isp->dev, mapping); in isp_attach_iommu()