device_reprobe
EXPORT_SYMBOL_GPL(device_reprobe);
ret = device_reprobe(reprobe->dev);
return device_reprobe(&hdev->dev);
return device_reprobe(dev);
if (device_reprobe(reprobe->dev))
ret = device_reprobe(&dock->tp_client->dev);
ret = device_reprobe(&max17047->dev);
r = device_reprobe(data->kbd_dev);
r = device_reprobe(data->dig_dev);
r |= device_reprobe(data->kbd_dev);
r |= device_reprobe(data->dig_dev);
ret = device_reprobe(&pdev->dev);
ret = device_reprobe(&cdev->dev);
rc = device_reprobe(dev);
rc = device_reprobe(dev);
ret = device_reprobe(dev);
int __must_check device_reprobe(struct device *dev);
return device_reprobe(&sdev->sdev_gendev);
err = device_reprobe(hda_codec_dev(codec));