Home
last modified time | relevance | path

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

/linux/drivers/base/
H A Dbus.c47 * bus_to_subsys - Turn a struct bus_type into a struct subsys_private
60 static struct subsys_private *bus_to_subsys(const struct bus_type *bus) in bus_to_subsys() function
89 struct subsys_private *sp = bus_to_subsys(bus); in bus_get()
98 struct subsys_private *sp = bus_to_subsys(bus); in bus_put()
100 /* two puts are required as the call to bus_to_subsys incremented it again */ in bus_put()
183 struct subsys_private *sp = bus_to_subsys(bus); in bus_create_file()
198 struct subsys_private *sp = bus_to_subsys(bus); in bus_remove_file()
281 struct subsys_private *sp = bus_to_subsys(bus); in drivers_autoprobe_show()
295 struct subsys_private *sp = bus_to_subsys(bus); in drivers_autoprobe_store()
359 struct subsys_private *sp = bus_to_subsys(bu in bus_for_each_dev()
[all...]