Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iommu/iommufd/
H A Dselftest.c22 static struct platform_device *selftest_iommu_dev; variable
1079 selftest_iommu_dev = platform_device_register_full(&pdevinfo); in iommufd_test_init()
1080 if (IS_ERR(selftest_iommu_dev)) { in iommufd_test_init()
1081 rc = PTR_ERR(selftest_iommu_dev); in iommufd_test_init()
1090 &selftest_iommu_dev->dev, NULL, "%s", in iommufd_test_init()
1091 dev_name(&selftest_iommu_dev->dev)); in iommufd_test_init()
1107 platform_device_unregister(selftest_iommu_dev); in iommufd_test_init()
1120 platform_device_unregister(selftest_iommu_dev); in iommufd_test_exit()