Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/base/
Dbus.c808 int bus_rescan_devices(struct bus_type *bus) in bus_rescan_devices() function
812 EXPORT_SYMBOL_GPL(bus_rescan_devices);
/linux-3.4.99/drivers/misc/iwmc3200top/
Dmain.c82 ret = bus_rescan_devices(priv->func->dev.bus); in iwmct_rescan_worker()
/linux-3.4.99/include/linux/
Ddevice.h124 extern int __must_check bus_rescan_devices(struct bus_type *bus);
/linux-3.4.99/drivers/pcmcia/
Dds.c713 if (bus_rescan_devices(&pcmcia_bus_type)) in pcmcia_requery()