Home
last modified time | relevance | path

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

/linux/drivers/base/
H A Dbus.c760 /* Helper for bus_rescan_devices's iter */ in bus_rescan_devices_helper()
777 * bus_rescan_devices - rescan devices on the bus for possible drivers
784 int bus_rescan_devices(const struct bus_type *bus) in bus_rescan_devices()
788 EXPORT_SYMBOL_GPL(bus_rescan_devices);
781 int bus_rescan_devices(const struct bus_type *bus) bus_rescan_devices() function
/linux/drivers/pcmcia/
H A Dds.c725 if (bus_rescan_devices(&pcmcia_bus_type)) in pcmcia_requery()
/linux/drivers/hid/
H A Dhid-core.c3008 return bus_rescan_devices(&hid_bus_type); in __bus_removed_driver()