Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/device/
Dbus.h124 extern int __must_check bus_rescan_devices(struct bus_type *bus);
/linux-6.1.9/drivers/base/
Dbus.c707 int bus_rescan_devices(struct bus_type *bus) in bus_rescan_devices() function
711 EXPORT_SYMBOL_GPL(bus_rescan_devices);
/linux-6.1.9/drivers/cxl/
Dpmem.c306 int rc = bus_rescan_devices(&cxl_bus_type); in cxl_nvb_update_state()
/linux-6.1.9/drivers/pcmcia/
Dds.c721 if (bus_rescan_devices(&pcmcia_bus_type)) in pcmcia_requery()
/linux-6.1.9/drivers/cxl/core/
Dport.c1802 return bus_rescan_devices(&cxl_bus_type); in cxl_bus_rescan()
/linux-6.1.9/drivers/hid/
Dhid-core.c2855 return bus_rescan_devices(&hid_bus_type); in __bus_removed_driver()