Lines Matching refs:bus
41 ssize_t (*show)(struct bus_type *bus, char *buf);
42 ssize_t (*store)(struct bus_type *bus, const char *buf, size_t count);
120 extern int __must_check __bus_register(struct bus_type *bus,
122 extern void bus_unregister(struct bus_type *bus);
124 extern int __must_check bus_rescan_devices(struct bus_type *bus);
138 int bus_for_each_dev(struct bus_type *bus, struct device *start, void *data,
140 struct device *bus_find_device(struct bus_type *bus, struct device *start,
143 struct device *bus_find_device_by_name(struct bus_type *bus,
146 struct device *subsys_find_device_by_id(struct bus_type *bus, unsigned int id,
148 int bus_for_each_drv(struct bus_type *bus, struct device_driver *start,
150 void bus_sort_breadthfirst(struct bus_type *bus,
161 extern int bus_register_notifier(struct bus_type *bus,
163 extern int bus_unregister_notifier(struct bus_type *bus,
180 extern struct kset *bus_get_kset(struct bus_type *bus);
181 extern struct klist *bus_get_device_klist(struct bus_type *bus);
216 struct bus_type *bus; member
242 struct bus_type *bus);
640 struct bus_type *bus; /* type of bus device is on */ member