Searched refs:iommu_device_sysfs_add (Results  1 – 21 of 21) sorted by relevance
| /Linux-v5.10/drivers/iommu/ | 
| D | iommu-sysfs.c | 54 int iommu_device_sysfs_add(struct iommu_device *iommu,  in iommu_device_sysfs_add()  function 90 EXPORT_SYMBOL_GPL(iommu_device_sysfs_add);
  | 
| D | s390-iommu.c | 331 	rc = iommu_device_sysfs_add(&zdev->iommu_dev, NULL, NULL,  in zpci_init_iommu()
  | 
| D | tegra-gart.c | 349 	err = iommu_device_sysfs_add(&gart->iommu, dev, NULL, "gart");  in tegra_gart_probe()
  | 
| D | mtk_iommu_v1.c | 618 	ret = iommu_device_sysfs_add(&data->iommu, &pdev->dev, NULL,  in mtk_iommu_probe()
  | 
| D | fsl_pamu_domain.c | 1052 	ret = iommu_device_sysfs_add(&pamu_iommu, NULL, NULL, "iommu0");  in pamu_domain_init()
  | 
| D | ipmmu-vmsa.c | 1084 		ret = iommu_device_sysfs_add(&mmu->iommu, &pdev->dev, NULL,  in ipmmu_probe()
  | 
| D | msm_iommu.c | 787 	ret = iommu_device_sysfs_add(&iommu->iommu, iommu->dev, NULL,  in msm_iommu_probe()
  | 
| D | mtk_iommu.c | 743 	ret = iommu_device_sysfs_add(&data->iommu, dev, NULL,  in mtk_iommu_probe()
  | 
| D | sun50i-iommu.c | 966 	ret = iommu_device_sysfs_add(&iommu->iommu, &pdev->dev,  in sun50i_iommu_probe()
  | 
| D | virtio-iommu.c | 1063 	ret = iommu_device_sysfs_add(&viommu->iommu, dev, NULL, "%s",  in viommu_probe()
  | 
| D | rockchip-iommu.c | 1195 	err = iommu_device_sysfs_add(&iommu->iommu, dev, NULL, dev_name(dev));  in rk_iommu_probe()
  | 
| D | tegra-smmu.c | 1149 	err = iommu_device_sysfs_add(&smmu->iommu, dev, NULL, dev_name(dev));  in tegra_smmu_probe()
  | 
| D | exynos-iommu.c | 628 	ret = iommu_device_sysfs_add(&data->iommu, &pdev->dev, NULL,  in exynos_sysmmu_probe()
  | 
| D | omap-iommu.c | 1233 		err = iommu_device_sysfs_add(&obj->iommu, obj->dev, NULL,  in omap_iommu_probe()
  | 
| /Linux-v5.10/include/linux/ | 
| D | iommu.h | 370 int  iommu_device_sysfs_add(struct iommu_device *iommu, 938 static inline int  iommu_device_sysfs_add(struct iommu_device *iommu,  in iommu_device_sysfs_add()  function
  | 
| /Linux-v5.10/drivers/iommu/arm/arm-smmu/ | 
| D | qcom_iommu.c | 851 	ret = iommu_device_sysfs_add(&qcom_iommu->iommu, dev, NULL,  in qcom_iommu_device_probe()
  | 
| D | arm-smmu.c | 2203 	err = iommu_device_sysfs_add(&smmu->iommu, smmu->dev, NULL,  in arm_smmu_device_probe()
  | 
| /Linux-v5.10/drivers/iommu/intel/ | 
| D | dmar.c | 1130 		err = iommu_device_sysfs_add(&iommu->iommu, NULL,  in alloc_iommu()
  | 
| D | iommu.c | 4975 		iommu_device_sysfs_add(&iommu->iommu, NULL,  in intel_iommu_init()
  | 
| /Linux-v5.10/drivers/iommu/amd/ | 
| D | init.c | 1871 	iommu_device_sysfs_add(&iommu->iommu, &iommu->dev->dev,  in iommu_init_pci()
  | 
| /Linux-v5.10/drivers/iommu/arm/arm-smmu-v3/ | 
| D | arm-smmu-v3.c | 3574 	ret = iommu_device_sysfs_add(&smmu->iommu, dev, NULL,  in arm_smmu_device_probe()
  |