Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iommu/
Diommu-sysfs.c57 int iommu_device_sysfs_add(struct iommu_device *iommu, in iommu_device_sysfs_add() function
Ds390-iommu.c340 rc = iommu_device_sysfs_add(&zdev->iommu_dev, NULL, NULL, in zpci_init_iommu()
Dtegra-gart.c443 ret = iommu_device_sysfs_add(&gart->iommu, &pdev->dev, NULL, in tegra_gart_probe()
Dmtk_iommu_v1.c626 ret = iommu_device_sysfs_add(&data->iommu, &pdev->dev, NULL, in mtk_iommu_probe()
Dmtk_iommu.c654 ret = iommu_device_sysfs_add(&data->iommu, dev, NULL, in mtk_iommu_probe()
Dipmmu-vmsa.c1055 ret = iommu_device_sysfs_add(&mmu->iommu, &pdev->dev, NULL, in ipmmu_probe()
Dqcom_iommu.c844 ret = iommu_device_sysfs_add(&qcom_iommu->iommu, dev, NULL, in qcom_iommu_device_probe()
Dmsm_iommu.c803 ret = iommu_device_sysfs_add(&iommu->iommu, iommu->dev, NULL, in msm_iommu_probe()
Dfsl_pamu_domain.c1079 ret = iommu_device_sysfs_add(&pamu_iommu, NULL, NULL, "iommu0"); in pamu_domain_init()
Dtegra-smmu.c1066 err = iommu_device_sysfs_add(&smmu->iommu, dev, NULL, dev_name(dev)); in tegra_smmu_probe()
Drockchip-iommu.c1196 err = iommu_device_sysfs_add(&iommu->iommu, dev, NULL, dev_name(dev)); in rk_iommu_probe()
Dexynos-iommu.c633 ret = iommu_device_sysfs_add(&data->iommu, &pdev->dev, NULL, in exynos_sysmmu_probe()
Domap-iommu.c1031 err = iommu_device_sysfs_add(&obj->iommu, obj->dev, NULL, in omap_iommu_probe()
Ddmar.c1087 err = iommu_device_sysfs_add(&iommu->iommu, NULL, in alloc_iommu()
Darm-smmu.c2130 err = iommu_device_sysfs_add(&smmu->iommu, smmu->dev, NULL, in arm_smmu_device_probe()
Damd_iommu_init.c1813 iommu_device_sysfs_add(&iommu->iommu, &iommu->dev->dev, in iommu_init_pci()
Darm-smmu-v3.c2860 ret = iommu_device_sysfs_add(&smmu->iommu, dev, NULL, in arm_smmu_device_probe()
Dintel-iommu.c4851 iommu_device_sysfs_add(&iommu->iommu, NULL, in intel_iommu_init()
/Linux-v4.19/include/linux/
Diommu.h253 int iommu_device_sysfs_add(struct iommu_device *iommu,
643 static inline int iommu_device_sysfs_add(struct iommu_device *iommu, in iommu_device_sysfs_add() function