Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/base/
Dbus.c781 int bus_rescan_devices(struct bus_type *bus) in bus_rescan_devices() function
785 EXPORT_SYMBOL_GPL(bus_rescan_devices);
/linux-4.1.27/include/linux/
Ddevice.h138 extern int __must_check bus_rescan_devices(struct bus_type *bus);
/linux-4.1.27/drivers/pcmcia/
Dds.c716 if (bus_rescan_devices(&pcmcia_bus_type)) in pcmcia_requery()