Searched refs:reprobe (Results 1 – 8 of 8) sorted by relevance
851 struct iwl_mvm_reprobe *reprobe; in iwl_mvm_reprobe_wk() local853 reprobe = container_of(wk, struct iwl_mvm_reprobe, work); in iwl_mvm_reprobe_wk()854 if (device_reprobe(reprobe->dev)) in iwl_mvm_reprobe_wk()855 dev_err(reprobe->dev, "reprobe failed!\n"); in iwl_mvm_reprobe_wk()856 kfree(reprobe); in iwl_mvm_reprobe_wk()917 struct iwl_mvm_reprobe *reprobe; in iwl_mvm_nic_restart() local932 reprobe = kzalloc(sizeof(*reprobe), GFP_ATOMIC); in iwl_mvm_nic_restart()933 if (!reprobe) { in iwl_mvm_nic_restart()937 reprobe->dev = mvm->trans->dev; in iwl_mvm_nic_restart()938 INIT_WORK(&reprobe->work, iwl_mvm_reprobe_wk); in iwl_mvm_nic_restart()[all …]
176 goto reprobe; in generic_swapfile_activate()189 goto reprobe; in generic_swapfile_activate()210 reprobe: in generic_swapfile_activate()
41 void (*reprobe)(struct pci_dev *dev); member
81 .reprobe = nouveau_switcheroo_reprobe,
360 if (new_client->ops->reprobe) in vga_switchto_stage2()361 new_client->ops->reprobe(new_client->pdev); in vga_switchto_stage2()
384 .reprobe = NULL,
1255 .reprobe = NULL,
393 Discovery reprobe. The default is reprobing every 10 minutes as