Home
last modified time | relevance | path

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

/linux/include/linux/device/
H A Dbus.h114 int __must_check bus_rescan_devices(const struct bus_type *bus);
/linux/drivers/base/
H A Dbus.c821 int bus_rescan_devices(const struct bus_type *bus) in bus_rescan_devices() function
825 EXPORT_SYMBOL_GPL(bus_rescan_devices);
/linux/drivers/pcmcia/
H A Dds.c725 if (bus_rescan_devices(&pcmcia_bus_type)) in pcmcia_requery()