Home
last modified time | relevance | path

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

/linux-6.15/drivers/base/
H A Dfaux.c31 static struct device faux_bus_root = { variable
139 dev->parent = &faux_bus_root; in faux_device_create_with_groups()
223 ret = device_register(&faux_bus_root); in faux_bus_init()
225 put_device(&faux_bus_root); in faux_bus_init()
243 device_unregister(&faux_bus_root); in faux_bus_init()