bus_rescan_devices_helper
if (bus_rescan_devices_helper(dev, NULL) == 0)
static int __must_check bus_rescan_devices_helper(struct device *dev,
return bus_for_each_dev(bus, NULL, NULL, bus_rescan_devices_helper);
return bus_rescan_devices_helper(dev, NULL);