Home
last modified time | relevance | path

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

/linux-6.15/drivers/base/
H A Dfaux.c64 static const struct bus_type faux_bus_type = { variable
73 .bus = &faux_bus_type,
140 dev->bus = &faux_bus_type; in faux_device_create_with_groups()
229 ret = bus_register(&faux_bus_type); in faux_bus_init()
240 bus_unregister(&faux_bus_type); in faux_bus_init()