Home
last modified time | relevance | path

Searched refs:iommu_device_sysfs_add (Results 1 – 20 of 20) sorted by relevance

/Linux-v5.4/drivers/iommu/
Diommu-sysfs.c54 int iommu_device_sysfs_add(struct iommu_device *iommu, in iommu_device_sysfs_add() function
Dtegra-gart.c361 err = iommu_device_sysfs_add(&gart->iommu, dev, NULL, "gart"); in tegra_gart_probe()
Ds390-iommu.c341 rc = iommu_device_sysfs_add(&zdev->iommu_dev, NULL, NULL, in zpci_init_iommu()
Dmtk_iommu_v1.c626 ret = iommu_device_sysfs_add(&data->iommu, &pdev->dev, NULL, in mtk_iommu_probe()
Dmtk_iommu.c724 ret = iommu_device_sysfs_add(&data->iommu, dev, NULL, in mtk_iommu_probe()
Dqcom_iommu.c861 ret = iommu_device_sysfs_add(&qcom_iommu->iommu, dev, NULL, in qcom_iommu_device_probe()
Dmsm_iommu.c807 ret = iommu_device_sysfs_add(&iommu->iommu, iommu->dev, NULL, in msm_iommu_probe()
Dfsl_pamu_domain.c1064 ret = iommu_device_sysfs_add(&pamu_iommu, NULL, NULL, "iommu0"); in pamu_domain_init()
Dipmmu-vmsa.c1132 ret = iommu_device_sysfs_add(&mmu->iommu, &pdev->dev, NULL, in ipmmu_probe()
Dtegra-smmu.c1060 err = iommu_device_sysfs_add(&smmu->iommu, dev, NULL, dev_name(dev)); in tegra_smmu_probe()
Dvirtio-iommu.c1082 ret = iommu_device_sysfs_add(&viommu->iommu, dev, NULL, "%s", in viommu_probe()
Drockchip-iommu.c1204 err = iommu_device_sysfs_add(&iommu->iommu, dev, NULL, dev_name(dev)); in rk_iommu_probe()
Dexynos-iommu.c628 ret = iommu_device_sysfs_add(&data->iommu, &pdev->dev, NULL, in exynos_sysmmu_probe()
Ddmar.c1076 err = iommu_device_sysfs_add(&iommu->iommu, NULL, in alloc_iommu()
Domap-iommu.c1245 err = iommu_device_sysfs_add(&obj->iommu, obj->dev, NULL, in omap_iommu_probe()
Darm-smmu.c2112 err = iommu_device_sysfs_add(&smmu->iommu, smmu->dev, NULL, in arm_smmu_device_probe()
Damd_iommu_init.c1816 iommu_device_sysfs_add(&iommu->iommu, &iommu->dev->dev, in iommu_init_pci()
Darm-smmu-v3.c3649 ret = iommu_device_sysfs_add(&smmu->iommu, dev, NULL, in arm_smmu_device_probe()
Dintel-iommu.c5026 iommu_device_sysfs_add(&iommu->iommu, NULL, in intel_iommu_init()
/Linux-v5.4/include/linux/
Diommu.h371 int iommu_device_sysfs_add(struct iommu_device *iommu,
902 static inline int iommu_device_sysfs_add(struct iommu_device *iommu, in iommu_device_sysfs_add() function