Home
last modified time | relevance | path

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

/linux/drivers/base/
H A Dfaux.c76 static const struct bus_type faux_bus_type = { variable
85 .bus = &faux_bus_type,
154 dev->bus = &faux_bus_type; in faux_device_create_with_groups()
249 ret = bus_register(&faux_bus_type); in faux_bus_init()
260 bus_unregister(&faux_bus_type); in faux_bus_init()