Searched refs:device_reprobe (Results 1 - 14 of 14) sorted by relevance

/linux-master/drivers/platform/x86/
H A Dlenovo-yogabook.c100 r = device_reprobe(data->kbd_dev);
109 r = device_reprobe(data->dig_dev);
259 r |= device_reprobe(data->kbd_dev);
262 r |= device_reprobe(data->dig_dev);
H A Dasus-tf103c-dock.c487 ret = device_reprobe(&dock->tp_client->dev);
/linux-master/drivers/platform/x86/intel/
H A Dchtwc_int33fe.c266 ret = device_reprobe(&max17047->dev);
/linux-master/drivers/hid/bpf/
H A Dhid_bpf_dispatch.c243 return device_reprobe(&hdev->dev);
/linux-master/include/scsi/
H A Dscsi_device.h568 return device_reprobe(&sdev->sdev_gendev);
/linux-master/drivers/base/
H A Dbus.c779 * device_reprobe - remove driver for a device and probe for a new driver
787 int device_reprobe(struct device *dev) function
793 EXPORT_SYMBOL_GPL(device_reprobe); variable
/linux-master/sound/pci/hda/
H A Dhda_sysfs.c142 err = device_reprobe(hda_codec_dev(codec));
/linux-master/drivers/bluetooth/
H A Dhci_h5.c957 * Since h5_btrtl_resume() does a device_reprobe() the suspend handling
1025 ret = device_reprobe(reprobe->dev);
/linux-master/include/linux/
H A Ddevice.h1167 int __must_check device_reprobe(struct device *dev);
/linux-master/drivers/usb/core/
H A Ddriver.c960 ret = device_reprobe(dev);
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dops.c1904 if (device_reprobe(reprobe->dev))
/linux-master/drivers/s390/crypto/
H A Dap_bus.c835 rc = device_reprobe(dev);
/linux-master/drivers/s390/cio/
H A Ddevice.c840 ret = device_reprobe(&cdev->dev);
843 CIO_MSG_EVENT(0, "device_reprobe() returned"
/linux-master/drivers/hid/
H A Dhid-core.c2901 return device_reprobe(dev);

Completed in 398 milliseconds