Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/base/
H A Dbus.c39 static int __must_check bus_rescan_devices_helper(struct device *dev,
254 if (bus_rescan_devices_helper(dev, NULL) == 0) in drivers_probe_store()
688 static int __must_check bus_rescan_devices_helper(struct device *dev, in bus_rescan_devices_helper() function
713 return bus_for_each_dev(bus, NULL, NULL, bus_rescan_devices_helper); in bus_rescan_devices()
730 return bus_rescan_devices_helper(dev, NULL); in device_reprobe()