• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/base/

Lines Matching refs:bus_type

35 static struct bus_type *bus_get(struct bus_type *bus)
44 static void bus_put(struct bus_type *bus)
124 int bus_create_file(struct bus_type *bus, struct bus_attribute *attr)
136 void bus_remove_file(struct bus_type *bus, struct bus_attribute *attr)
170 struct bus_type *bus = bus_get(drv->bus);
197 struct bus_type *bus = bus_get(drv->bus);
225 static ssize_t show_drivers_autoprobe(struct bus_type *bus, char *buf)
230 static ssize_t store_drivers_autoprobe(struct bus_type *bus,
240 static ssize_t store_drivers_probe(struct bus_type *bus,
286 int bus_for_each_dev(struct bus_type *bus, struct device *start,
320 struct device *bus_find_device(struct bus_type *bus,
357 struct device *bus_find_device_by_name(struct bus_type *bus,
395 int bus_for_each_drv(struct bus_type *bus, struct device_driver *start,
414 static int device_add_attrs(struct bus_type *bus, struct device *dev)
433 static void device_remove_attrs(struct bus_type *bus, struct device *dev)
469 struct bus_type *bus = bus_get(dev->bus);
511 struct bus_type *bus = dev->bus;
547 static int driver_add_attrs(struct bus_type *bus, struct device_driver *drv)
567 static void driver_remove_attrs(struct bus_type *bus,
606 static int add_probe_files(struct bus_type *bus)
621 static void remove_probe_files(struct bus_type *bus)
629 static inline int add_probe_files(struct bus_type *bus) { return 0; }
630 static inline void remove_probe_files(struct bus_type *bus) {}
650 struct bus_type *bus;
764 int bus_rescan_devices(struct bus_type *bus)
808 static int bus_add_attrs(struct bus_type *bus)
828 static void bus_remove_attrs(struct bus_type *bus)
854 static ssize_t bus_uevent_store(struct bus_type *bus,
873 int bus_register(struct bus_type *bus)
955 void bus_unregister(struct bus_type *bus)
969 int bus_register_notifier(struct bus_type *bus, struct notifier_block *nb)
975 int bus_unregister_notifier(struct bus_type *bus, struct notifier_block *nb)
981 struct kset *bus_get_kset(struct bus_type *bus)
987 struct klist *bus_get_device_klist(struct bus_type *bus)
1022 void bus_sort_breadthfirst(struct bus_type *bus,