Searched refs:reprobe (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.10/drivers/bluetooth/ |
| D | hci_h5.c | 952 struct h5_btrtl_reprobe *reprobe = in h5_btrtl_reprobe_worker() local 956 ret = device_reprobe(reprobe->dev); in h5_btrtl_reprobe_worker() 958 dev_err(reprobe->dev, "Reprobe error %d\n", ret); in h5_btrtl_reprobe_worker() 960 put_device(reprobe->dev); in h5_btrtl_reprobe_worker() 961 kfree(reprobe); in h5_btrtl_reprobe_worker() 967 struct h5_btrtl_reprobe *reprobe; in h5_btrtl_resume() local 969 reprobe = kzalloc(sizeof(*reprobe), GFP_KERNEL); in h5_btrtl_resume() 970 if (!reprobe) in h5_btrtl_resume() 975 INIT_WORK(&reprobe->work, h5_btrtl_reprobe_worker); in h5_btrtl_resume() 976 reprobe->dev = get_device(&h5->hu->serdev->dev); in h5_btrtl_resume() [all …]
|
| /Linux-v5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
| D | ops.c | 1237 struct iwl_mvm_reprobe *reprobe; in iwl_mvm_reprobe_wk() local 1239 reprobe = container_of(wk, struct iwl_mvm_reprobe, work); in iwl_mvm_reprobe_wk() 1240 if (device_reprobe(reprobe->dev)) in iwl_mvm_reprobe_wk() 1241 dev_err(reprobe->dev, "reprobe failed!\n"); in iwl_mvm_reprobe_wk() 1242 kfree(reprobe); in iwl_mvm_reprobe_wk() 1272 struct iwl_mvm_reprobe *reprobe; in iwl_mvm_nic_restart() local 1287 reprobe = kzalloc(sizeof(*reprobe), GFP_ATOMIC); in iwl_mvm_nic_restart() 1288 if (!reprobe) { in iwl_mvm_nic_restart() 1292 reprobe->dev = mvm->trans->dev; in iwl_mvm_nic_restart() 1293 INIT_WORK(&reprobe->work, iwl_mvm_reprobe_wk); in iwl_mvm_nic_restart() [all …]
|
| /Linux-v5.10/mm/ |
| D | page_io.c | 189 goto reprobe; in generic_swapfile_activate() 204 goto reprobe; in generic_swapfile_activate() 225 reprobe: in generic_swapfile_activate()
|
| /Linux-v5.10/drivers/gpu/drm/i915/ |
| D | i915_switcheroo.c | 51 .reprobe = NULL,
|
| /Linux-v5.10/include/linux/ |
| D | vga_switcheroo.h | 145 void (*reprobe)(struct pci_dev *dev); member
|
| /Linux-v5.10/drivers/gpu/drm/nouveau/ |
| D | nouveau_vga.c | 81 .reprobe = nouveau_switcheroo_reprobe,
|
| /Linux-v5.10/drivers/gpu/vga/ |
| 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-v5.10/drivers/gpu/drm/radeon/ |
| D | radeon_device.c | 1271 .reprobe = NULL,
|
| /Linux-v5.10/fs/f2fs/ |
| D | data.c | 4012 goto reprobe; in check_swap_activate() 4027 goto reprobe; in check_swap_activate() 4048 reprobe: in check_swap_activate()
|
| /Linux-v5.10/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_device.c | 1456 .reprobe = NULL,
|
| /Linux-v5.10/Documentation/networking/ |
| D | ip-sysctl.rst | 526 Discovery reprobe. The default is reprobing every 10 minutes as
|