Home
last modified time | relevance | path

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

/linux-4.4.14/include/scsi/
Dscsi_device.h429 return device_reprobe(&sdev->sdev_gendev); in scsi_device_reprobe()
/linux-4.4.14/drivers/base/
Dbus.c811 int device_reprobe(struct device *dev) in device_reprobe() function
822 EXPORT_SYMBOL_GPL(device_reprobe);
/linux-4.4.14/include/linux/
Ddevice.h1044 extern int __must_check device_reprobe(struct device *dev);
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dops.c910 if (device_reprobe(reprobe->dev)) in iwl_mvm_reprobe_wk()
/linux-4.4.14/drivers/s390/cio/
Ddevice.c860 ret = device_reprobe(&cdev->dev); in io_subchannel_register()