Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iommu/iommufd/
Dselftest.c23 static struct platform_device *selftest_iommu_dev; variable
1529 selftest_iommu_dev = platform_device_register_full(&pdevinfo); in iommufd_test_init()
1530 if (IS_ERR(selftest_iommu_dev)) { in iommufd_test_init()
1531 rc = PTR_ERR(selftest_iommu_dev); in iommufd_test_init()
1540 &selftest_iommu_dev->dev, NULL, "%s", in iommufd_test_init()
1541 dev_name(&selftest_iommu_dev->dev)); in iommufd_test_init()
1560 platform_device_unregister(selftest_iommu_dev); in iommufd_test_init()
1578 platform_device_unregister(selftest_iommu_dev); in iommufd_test_exit()