Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/iommu/iommufd/
Dselftest.c22 static struct platform_device *selftest_iommu_dev; variable
1064 selftest_iommu_dev = platform_device_register_full(&pdevinfo); in iommufd_test_init()
1065 if (IS_ERR(selftest_iommu_dev)) { in iommufd_test_init()
1066 rc = PTR_ERR(selftest_iommu_dev); in iommufd_test_init()
1075 &selftest_iommu_dev->dev, NULL, "%s", in iommufd_test_init()
1076 dev_name(&selftest_iommu_dev->dev)); in iommufd_test_init()
1092 platform_device_unregister(selftest_iommu_dev); in iommufd_test_init()
1105 platform_device_unregister(selftest_iommu_dev); in iommufd_test_exit()