Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/device/
Dbus.h121 extern int __must_check bus_rescan_devices(struct bus_type *bus);
/kernel/linux/linux-5.10/drivers/base/
Dbus.c711 int bus_rescan_devices(struct bus_type *bus) in bus_rescan_devices() function
715 EXPORT_SYMBOL_GPL(bus_rescan_devices);
/kernel/linux/linux-5.10/drivers/pcmcia/
Dds.c726 if (bus_rescan_devices(&pcmcia_bus_type)) in pcmcia_requery()
/kernel/linux/linux-5.10/drivers/hid/
Dhid-core.c2542 return bus_rescan_devices(&hid_bus_type); in __bus_removed_driver()