Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/lenovo/
H A Dyogabook.c100 r = device_reprobe(data->kbd_dev); in yogabook_work()
109 r = device_reprobe(data->dig_dev); in yogabook_work()
259 r |= device_reprobe(data->kbd_dev); in yogabook_remove()
262 r |= device_reprobe(data->dig_dev); in yogabook_remove()
/linux/drivers/platform/x86/intel/
H A Dchtwc_int33fe.c277 ret = device_reprobe(&max17047->dev); in cht_int33fe_register_max17047()
/linux/include/scsi/
H A Dscsi_device.h586 return device_reprobe(&sdev->sdev_gendev); in scsi_device_reprobe()
/linux/drivers/base/
H A Dbus.c836 int device_reprobe(struct device *dev) in device_reprobe() function
842 EXPORT_SYMBOL_GPL(device_reprobe);
/linux/drivers/hid/bpf/
H A Dhid_bpf_dispatch.c275 return device_reprobe(&hdev->dev); in hid_bpf_reconnect()
/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-trans.c94 if (device_reprobe(reprobe->dev)) in iwl_trans_reprobe_wk()
/linux/include/linux/
H A Ddevice.h1117 int __must_check device_reprobe(struct device *dev);
/linux/drivers/usb/core/
H A Ddriver.c970 ret = device_reprobe(dev); in __usb_bus_reprobe_drivers()