• Home
  • Raw
  • Download

Lines Matching defs:bus

42 static struct bus_type *bus_get(struct bus_type *bus)  in bus_get()
51 static void bus_put(struct bus_type *bus) in bus_put()
131 int bus_create_file(struct bus_type *bus, struct bus_attribute *attr) in bus_create_file()
143 void bus_remove_file(struct bus_type *bus, struct bus_attribute *attr) in bus_remove_file()
155 struct bus_type *bus = priv->bus; in bus_release() local
185 struct bus_type *bus = bus_get(drv->bus); in unbind_store() local
208 struct bus_type *bus = bus_get(drv->bus); in bind_store() local
230 static ssize_t drivers_autoprobe_show(struct bus_type *bus, char *buf) in drivers_autoprobe_show()
235 static ssize_t drivers_autoprobe_store(struct bus_type *bus, in drivers_autoprobe_store()
245 static ssize_t drivers_probe_store(struct bus_type *bus, in drivers_probe_store()
292 int bus_for_each_dev(struct bus_type *bus, struct device *start, in bus_for_each_dev()
326 struct device *bus_find_device(struct bus_type *bus, in bus_find_device()
418 int bus_for_each_drv(struct bus_type *bus, struct device_driver *start, in bus_for_each_drv()
447 struct bus_type *bus = bus_get(dev->bus); in bus_add_device() local
484 struct bus_type *bus = dev->bus; in bus_probe_device() local
512 struct bus_type *bus = dev->bus; in bus_remove_device() local
559 static int add_probe_files(struct bus_type *bus) in add_probe_files()
574 static void remove_probe_files(struct bus_type *bus) in remove_probe_files()
596 struct bus_type *bus; in bus_add_driver() local
711 int bus_rescan_devices(struct bus_type *bus) in bus_rescan_devices()
751 static int bus_add_groups(struct bus_type *bus, in bus_add_groups()
757 static void bus_remove_groups(struct bus_type *bus, in bus_remove_groups()
779 static ssize_t bus_uevent_store(struct bus_type *bus, in bus_uevent_store()
804 int bus_register(struct bus_type *bus) in bus_register()
889 void bus_unregister(struct bus_type *bus) in bus_unregister()
903 int bus_register_notifier(struct bus_type *bus, struct notifier_block *nb) in bus_register_notifier()
909 int bus_unregister_notifier(struct bus_type *bus, struct notifier_block *nb) in bus_unregister_notifier()
915 struct kset *bus_get_kset(struct bus_type *bus) in bus_get_kset()
921 struct klist *bus_get_device_klist(struct bus_type *bus) in bus_get_device_klist()
954 void bus_sort_breadthfirst(struct bus_type *bus, in bus_sort_breadthfirst()