Home
last modified time | relevance | path

Searched refs:reprobe (Results 1 - 19 of 19) sorted by relevance

/kernel/linux/linux-5.10/drivers/bluetooth/
H A Dhci_h5.c941 * turn it off on suspend and reprobe on resume. This mirrors how RTL devices
943 * also causes a reprobe on resume.
960 struct h5_btrtl_reprobe *reprobe = in h5_btrtl_reprobe_worker() local
964 ret = device_reprobe(reprobe->dev); in h5_btrtl_reprobe_worker()
966 dev_err(reprobe->dev, "Reprobe error %d\n", ret); in h5_btrtl_reprobe_worker()
968 put_device(reprobe->dev); in h5_btrtl_reprobe_worker()
969 kfree(reprobe); in h5_btrtl_reprobe_worker()
975 struct h5_btrtl_reprobe *reprobe; in h5_btrtl_resume() local
977 reprobe = kzalloc(sizeof(*reprobe), GFP_KERNE in h5_btrtl_resume()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dops.c1266 struct iwl_mvm_reprobe *reprobe; in iwl_mvm_reprobe_wk() local
1268 reprobe = container_of(wk, struct iwl_mvm_reprobe, work); in iwl_mvm_reprobe_wk()
1269 if (device_reprobe(reprobe->dev)) in iwl_mvm_reprobe_wk()
1270 dev_err(reprobe->dev, "reprobe failed!\n"); in iwl_mvm_reprobe_wk()
1271 put_device(reprobe->dev); in iwl_mvm_reprobe_wk()
1272 kfree(reprobe); in iwl_mvm_reprobe_wk()
1305 struct iwl_mvm_reprobe *reprobe; in iwl_mvm_nic_restart() local
1308 "Firmware error during reconfiguration - reprobe!\n"); in iwl_mvm_nic_restart()
1320 reprobe in iwl_mvm_nic_restart()
[all...]
/kernel/linux/linux-6.6/drivers/bluetooth/
H A Dhci_h5.c999 * turn it off on suspend and reprobe on resume. This mirrors how RTL devices
1001 * also causes a reprobe on resume.
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_KERNE in h5_btrtl_resume()
[all...]
/kernel/linux/linux-5.10/mm/
H A Dpage_io.c140 goto reprobe; in generic_swapfile_activate()
155 goto reprobe; in generic_swapfile_activate()
176 reprobe: in generic_swapfile_activate()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dops.c1840 struct iwl_mvm_reprobe *reprobe; in iwl_mvm_reprobe_wk() local
1842 reprobe = container_of(wk, struct iwl_mvm_reprobe, work); in iwl_mvm_reprobe_wk()
1843 if (device_reprobe(reprobe->dev)) in iwl_mvm_reprobe_wk()
1844 dev_err(reprobe->dev, "reprobe failed!\n"); in iwl_mvm_reprobe_wk()
1845 put_device(reprobe->dev); in iwl_mvm_reprobe_wk()
1846 kfree(reprobe); in iwl_mvm_reprobe_wk()
1879 struct iwl_mvm_reprobe *reprobe; in iwl_mvm_nic_restart() local
1882 "Firmware error during reconfiguration - reprobe!\n"); in iwl_mvm_nic_restart()
1894 reprobe in iwl_mvm_nic_restart()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_switcheroo.c51 .reprobe = NULL,
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_switcheroo.c56 .reprobe = NULL,
/kernel/linux/linux-5.10/include/linux/
H A Dvga_switcheroo.h130 * @reprobe: poll outputs.
139 * The @set_gpu_state and @can_switch methods are mandatory, @reprobe may be
140 * set to NULL. For audio clients, the @reprobe member is bogus.
145 void (*reprobe)(struct pci_dev *dev); member
/kernel/linux/linux-6.6/include/linux/
H A Dvga_switcheroo.h130 * @reprobe: poll outputs.
139 * The @set_gpu_state and @can_switch methods are mandatory, @reprobe may be
140 * set to NULL. For audio clients, the @reprobe member is bogus.
145 void (*reprobe)(struct pci_dev *dev); member
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H A Dnouveau_vga.c81 .reprobe = nouveau_switcheroo_reprobe,
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H A Dnouveau_vga.c79 .reprobe = nouveau_switcheroo_reprobe,
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/fs/f2fs/
H A Ddata.c4081 goto reprobe; in check_swap_activate()
4096 goto reprobe; in check_swap_activate()
4117 reprobe: in check_swap_activate()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dradeon_device.c1272 .reprobe = NULL,
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dradeon_device.c1262 .reprobe = NULL,
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c1459 .reprobe = NULL,
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c1584 .reprobe = NULL,

Completed in 38 milliseconds