Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/platform/x86/
Dintel_cht_int33fe.c164 ret = device_reprobe(&max17047->dev); in cht_int33fe_probe()
/Linux-v4.19/include/scsi/
Dscsi_device.h469 return device_reprobe(&sdev->sdev_gendev); in scsi_device_reprobe()
/Linux-v4.19/drivers/base/
Dbus.c770 int device_reprobe(struct device *dev) in device_reprobe() function
781 EXPORT_SYMBOL_GPL(device_reprobe);
/Linux-v4.19/drivers/s390/crypto/
Dap_bus.c705 rc = device_reprobe(dev); in __ap_revise_reserved()
/Linux-v4.19/include/linux/
Ddevice.h1242 extern int __must_check device_reprobe(struct device *dev);
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Dops.c1193 if (device_reprobe(reprobe->dev)) in iwl_mvm_reprobe_wk()
/Linux-v4.19/drivers/s390/cio/
Ddevice.c815 ret = device_reprobe(&cdev->dev); in io_subchannel_register()
/Linux-v4.19/drivers/hid/
Dhid-core.c2259 return device_reprobe(dev); in __hid_bus_reprobe_drivers()