Searched refs:faux_bus_root (Results 1 – 1 of 1) sorted by relevance
32 static struct device *faux_bus_root; variable153 dev->parent = faux_bus_root; in faux_device_create_with_groups()237 faux_bus_root = kzalloc_obj(*faux_bus_root); in faux_bus_init()238 if (!faux_bus_root) in faux_bus_init()241 dev_set_name(faux_bus_root, "faux"); in faux_bus_init()243 ret = device_register(faux_bus_root); in faux_bus_init()245 put_device(faux_bus_root); in faux_bus_init()263 device_unregister(faux_bus_root); in faux_bus_init()