Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/device/
H A Dbus.h116 int __must_check bus_rescan_devices(const struct bus_type *bus);
/openbmc/linux/drivers/base/
H A Dbus.c779 int bus_rescan_devices(const struct bus_type *bus) in bus_rescan_devices() function
783 EXPORT_SYMBOL_GPL(bus_rescan_devices);
/openbmc/linux/drivers/pcmcia/
H A Dds.c725 if (bus_rescan_devices(&pcmcia_bus_type)) in pcmcia_requery()
/openbmc/linux/drivers/cxl/core/
H A Dport.c1974 int rc = bus_rescan_devices(&cxl_bus_type); in cxl_bus_rescan_queue()
/openbmc/linux/drivers/hid/
H A Dhid-core.c2919 return bus_rescan_devices(&hid_bus_type); in __bus_removed_driver()