Home
last modified time | relevance | path

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

/linux/lib/kunit/
A Ddevice.c26 static struct device *kunit_bus_device; variable
48 kunit_bus_device = root_device_register("kunit"); in kunit_bus_init()
49 if (IS_ERR(kunit_bus_device)) in kunit_bus_init()
50 return PTR_ERR(kunit_bus_device); in kunit_bus_init()
54 root_device_unregister(kunit_bus_device); in kunit_bus_init()
62 if (IS_ERR_OR_NULL(kunit_bus_device)) in kunit_bus_shutdown()
67 root_device_unregister(kunit_bus_device); in kunit_bus_shutdown()
69 kunit_bus_device = NULL; in kunit_bus_shutdown()
129 kunit_dev->dev.parent = kunit_bus_device; in kunit_device_register_internal()

Completed in 677 milliseconds