Searched refs:arm_iommu_attach_device (Results 1 – 6 of 6) sorted by relevance
21 #define arm_iommu_attach_device(...) ({ -ENODEV; }) macro80 ret = arm_iommu_attach_device(subdrv_dev, priv->mapping); in drm_iommu_attach_device()
32 int arm_iommu_attach_device(struct device *dev,
34 #define arm_iommu_attach_device(...) -ENODEV macro893 ret = arm_iommu_attach_device(dev, mmu->mapping); in ipmmu_init_arm_mapping()
464 err = arm_iommu_attach_device(dev, mtk_mapping); in mtk_iommu_add_device()
2197 int arm_iommu_attach_device(struct device *dev, in arm_iommu_attach_device() function2209 EXPORT_SYMBOL_GPL(arm_iommu_attach_device);
1975 ret = arm_iommu_attach_device(isp->dev, mapping); in isp_attach_iommu()