Home
last modified time | relevance | path

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

/linux-6.15/drivers/iommu/iommufd/
H A Dselftest.c23 static struct platform_device *selftest_iommu_dev; variable
1953 selftest_iommu_dev = platform_device_register_full(&pdevinfo); in iommufd_test_init()
1954 if (IS_ERR(selftest_iommu_dev)) { in iommufd_test_init()
1955 rc = PTR_ERR(selftest_iommu_dev); in iommufd_test_init()
1964 &selftest_iommu_dev->dev, NULL, "%s", in iommufd_test_init()
1965 dev_name(&selftest_iommu_dev->dev)); in iommufd_test_init()
1988 platform_device_unregister(selftest_iommu_dev); in iommufd_test_init()
2023 platform_device_unregister(selftest_iommu_dev); in iommufd_test_exit()