Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/device/
Dbus.h116 int __must_check bus_rescan_devices(const struct bus_type *bus);
/Linux-v6.6/drivers/base/
Dbus.c772 int bus_rescan_devices(const struct bus_type *bus) in bus_rescan_devices() function
776 EXPORT_SYMBOL_GPL(bus_rescan_devices);
/Linux-v6.6/drivers/pcmcia/
Dds.c721 if (bus_rescan_devices(&pcmcia_bus_type)) in pcmcia_requery()
/Linux-v6.6/drivers/cxl/core/
Dport.c1946 int rc = bus_rescan_devices(&cxl_bus_type); in cxl_bus_rescan_queue()
/Linux-v6.6/drivers/hid/
Dhid-core.c2912 return bus_rescan_devices(&hid_bus_type); in __bus_removed_driver()