Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/base/
Dbus.c760 int bus_rescan_devices(struct bus_type *bus) in bus_rescan_devices() function
764 EXPORT_SYMBOL_GPL(bus_rescan_devices);
/linux-4.19.296/include/linux/
Ddevice.h152 extern int __must_check bus_rescan_devices(struct bus_type *bus);
/linux-4.19.296/drivers/hid/
Dhid-core.c2368 return bus_rescan_devices(&hid_bus_type); in __bus_removed_driver()