| /Linux-v6.1/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 | tegra-gart.c | 343 err = iommu_device_sysfs_add(&gart->iommu, dev, NULL, "gart"); in tegra_gart_probe()
|
| D | fsl_pamu_domain.c | 471 ret = iommu_device_sysfs_add(&pamu_iommu, NULL, NULL, "iommu0"); in pamu_domain_init()
|
| D | s390-iommu.c | 353 rc = iommu_device_sysfs_add(&zdev->iommu_dev, NULL, NULL, in zpci_init_iommu()
|
| D | sprd-iommu.c | 491 ret = iommu_device_sysfs_add(&sdev->iommu, dev, NULL, dev_name(dev)); in sprd_iommu_probe()
|
| D | mtk_iommu_v1.c | 685 ret = iommu_device_sysfs_add(&data->iommu, &pdev->dev, NULL, in mtk_iommu_v1_probe()
|
| D | msm_iommu.c | 782 ret = iommu_device_sysfs_add(&iommu->iommu, iommu->dev, NULL, in msm_iommu_probe()
|
| D | sun50i-iommu.c | 954 ret = iommu_device_sysfs_add(&iommu->iommu, &pdev->dev, in sun50i_iommu_probe()
|
| D | apple-dart.c | 886 ret = iommu_device_sysfs_add(&dart->iommu, dev, NULL, "apple-dart.%s", in apple_dart_probe()
|
| D | ipmmu-vmsa.c | 1085 ret = iommu_device_sysfs_add(&mmu->iommu, &pdev->dev, NULL, in ipmmu_probe()
|
| D | virtio-iommu.c | 1154 ret = iommu_device_sysfs_add(&viommu->iommu, dev, NULL, "%s", in viommu_probe()
|
| D | tegra-smmu.c | 1136 err = iommu_device_sysfs_add(&smmu->iommu, dev, NULL, dev_name(dev)); in tegra_smmu_probe()
|
| D | exynos-iommu.c | 706 ret = iommu_device_sysfs_add(&data->iommu, &pdev->dev, NULL, in exynos_sysmmu_probe()
|
| D | rockchip-iommu.c | 1287 err = iommu_device_sysfs_add(&iommu->iommu, dev, NULL, dev_name(dev)); in rk_iommu_probe()
|
| D | mtk_iommu.c | 1231 ret = iommu_device_sysfs_add(&data->iommu, dev, NULL, in mtk_iommu_probe()
|
| D | omap-iommu.c | 1232 err = iommu_device_sysfs_add(&obj->iommu, obj->dev, NULL, in omap_iommu_probe()
|
| /Linux-v6.1/include/linux/ |
| D | iommu.h | 386 int iommu_device_sysfs_add(struct iommu_device *iommu, 942 static inline int iommu_device_sysfs_add(struct iommu_device *iommu, in iommu_device_sysfs_add() function
|
| /Linux-v6.1/drivers/iommu/arm/arm-smmu/ |
| D | qcom_iommu.c | 827 ret = iommu_device_sysfs_add(&qcom_iommu->iommu, dev, NULL, in qcom_iommu_device_probe()
|
| D | arm-smmu.c | 2155 err = iommu_device_sysfs_add(&smmu->iommu, smmu->dev, NULL, in arm_smmu_device_probe()
|
| /Linux-v6.1/drivers/iommu/intel/ |
| D | dmar.c | 1114 err = iommu_device_sysfs_add(&iommu->iommu, NULL, in alloc_iommu()
|
| D | iommu.c | 4058 iommu_device_sysfs_add(&iommu->iommu, NULL, in intel_iommu_init()
|
| /Linux-v6.1/drivers/iommu/amd/ |
| D | init.c | 2112 ret = iommu_device_sysfs_add(&iommu->iommu, &iommu->dev->dev, in iommu_init_pci()
|
| /Linux-v6.1/drivers/iommu/arm/arm-smmu-v3/ |
| D | arm-smmu-v3.c | 3828 ret = iommu_device_sysfs_add(&smmu->iommu, dev, NULL, in arm_smmu_device_probe()
|