Home
last modified time | relevance | path

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

/linux/drivers/base/
H A Dbus.c60 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()
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()
372 struct subsys_private *sp = bus_to_subsys(bus); in bus_for_each_dev()
409 struct subsys_private *sp = bus_to_subsys(bus); in bus_find_device()
434 struct subsys_private *sp = bus_to_subsys(bus); in bus_find_device_reverse()
[all …]
H A Dbase.h77 struct subsys_private *bus_to_subsys(const struct bus_type *bus);
H A Ddd.c1150 struct subsys_private *sp = bus_to_subsys(dev->bus); in device_initial_probe()
H A Dcore.c2640 struct subsys_private *sp = bus_to_subsys(dev->bus); in dev_driver_uevent()