Home
last modified time | relevance | path

Searched refs:reprobe (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/drivers/net/wireless/intel/iwlwifi/
H A Diwl-trans.c90 struct iwl_trans_reprobe *reprobe; in iwl_trans_reprobe_wk() local
92 reprobe = container_of(wk, typeof(*reprobe), work); in iwl_trans_reprobe_wk()
94 if (device_reprobe(reprobe->dev)) in iwl_trans_reprobe_wk()
95 dev_err(reprobe->dev, "reprobe failed!\n"); in iwl_trans_reprobe_wk()
96 put_device(reprobe->dev); in iwl_trans_reprobe_wk()
97 kfree(reprobe); in iwl_trans_reprobe_wk()
153 struct iwl_trans_reprobe *reprobe; in iwl_trans_restart_wk() local
207 reprobe = kzalloc(sizeof(*reprobe), GFP_KERNEL); in iwl_trans_restart_wk()
208 if (!reprobe) { in iwl_trans_restart_wk()
212 reprobe->dev = get_device(trans->dev); in iwl_trans_restart_wk()
[all …]
/linux-6.15/drivers/bluetooth/
H A Dhci_h5.c1021 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-6.15/drivers/gpu/drm/i915/
H A Di915_switcheroo.c56 .reprobe = NULL,
/linux-6.15/include/linux/
H A Dvga_switcheroo.h145 void (*reprobe)(struct pci_dev *dev); member
/linux-6.15/drivers/gpu/drm/nouveau/
H A Dnouveau_vga.c82 .reprobe = nouveau_switcheroo_reprobe,
/linux-6.15/mm/
H A Dpage_io.c121 goto reprobe; in generic_swapfile_activate()
136 goto reprobe; in generic_swapfile_activate()
157 reprobe: in generic_swapfile_activate()
/linux-6.15/drivers/gpu/vga/
H A Dvga_switcheroo.c747 if (new_client->ops->reprobe) in vga_switchto_stage2()
748 new_client->ops->reprobe(new_client->pdev); in vga_switchto_stage2()
/linux-6.15/drivers/gpu/drm/radeon/
H A Dradeon_device.c1263 .reprobe = NULL,
/linux-6.15/Documentation/hid/
H A Dhid-bpf.rst306 the HID device and does a reprobe.
/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c2188 .reprobe = NULL,
/linux-6.15/Documentation/networking/
H A Dip-sysctl.rst611 Discovery reprobe. The default is reprobing every 10 minutes as