Searched refs:reprobe (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-trans.c | 89 struct iwl_trans_reprobe *reprobe; in iwl_trans_reprobe_wk() local 91 reprobe = container_of(wk, typeof(*reprobe), work); in iwl_trans_reprobe_wk() 93 if (device_reprobe(reprobe->dev)) in iwl_trans_reprobe_wk() 94 dev_err(reprobe->dev, "reprobe failed!\n"); in iwl_trans_reprobe_wk() 95 put_device(reprobe->dev); in iwl_trans_reprobe_wk() 96 kfree(reprobe); in iwl_trans_reprobe_wk() 144 struct iwl_trans_reprobe *reprobe; in iwl_trans_restart_wk() local 192 reprobe = kzalloc(sizeof(*reprobe), GFP_KERNEL); in iwl_trans_restart_wk() 193 if (!reprobe) { in iwl_trans_restart_wk() 197 reprobe->dev = get_device(trans->dev); in iwl_trans_restart_wk() [all …]
|
/linux/drivers/bluetooth/ |
H A D | hci_h5.c | 1021 struct h5_btrtl_reprobe *reprobe = in h5_btrtl_reprobe_worker() local 1025 ret = device_reprobe(reprobe->dev); in h5_btrtl_reprobe_worker() 1027 dev_err(reprobe->dev, "Reprobe error %d\n", ret); in h5_btrtl_reprobe_worker() 1029 put_device(reprobe->dev); in h5_btrtl_reprobe_worker() 1030 kfree(reprobe); in h5_btrtl_reprobe_worker() 1037 struct h5_btrtl_reprobe *reprobe; in h5_btrtl_resume() local 1039 reprobe = kzalloc(sizeof(*reprobe), GFP_KERNEL); in h5_btrtl_resume() 1040 if (!reprobe) in h5_btrtl_resume() 1045 INIT_WORK(&reprobe->work, h5_btrtl_reprobe_worker); in h5_btrtl_resume() 1046 reprobe->dev = get_device(&h5->hu->serdev->dev); in h5_btrtl_resume() [all …]
|
/linux/drivers/gpu/drm/i915/ |
H A D | i915_switcheroo.c | 56 .reprobe = NULL,
|
/linux/include/linux/ |
H A D | vga_switcheroo.h | 145 void (*reprobe)(struct pci_dev *dev); member
|
/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_vga.c | 82 .reprobe = nouveau_switcheroo_reprobe,
|
/linux/drivers/gpu/vga/ |
H A D | vga_switcheroo.c | 747 if (new_client->ops->reprobe) in vga_switchto_stage2() 748 new_client->ops->reprobe(new_client->pdev); in vga_switchto_stage2()
|
/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_device.c | 1263 .reprobe = NULL,
|
/linux/Documentation/hid/ |
H A D | hid-bpf.rst | 306 the HID device and does a reprobe.
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_device.c | 2151 .reprobe = NULL,
|
/linux/Documentation/networking/ |
H A D | ip-sysctl.rst | 611 Discovery reprobe. The default is reprobing every 10 minutes as
|