Home
last modified time | relevance | path

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

/linux-4.1.27/include/scsi/
Dscsi_device.h450 return device_reprobe(&sdev->sdev_gendev); in scsi_device_reprobe()
/linux-4.1.27/drivers/base/
Dbus.c796 int device_reprobe(struct device *dev) in device_reprobe() function
807 EXPORT_SYMBOL_GPL(device_reprobe);
/linux-4.1.27/include/linux/
Ddevice.h978 extern int __must_check device_reprobe(struct device *dev);
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dops.c854 if (device_reprobe(reprobe->dev)) in iwl_mvm_reprobe_wk()
/linux-4.1.27/drivers/s390/cio/
Ddevice.c860 ret = device_reprobe(&cdev->dev); in io_subchannel_register()