Searched refs:reprobe (Results 1 – 9 of 9) sorted by relevance
1190 struct iwl_mvm_reprobe *reprobe; in iwl_mvm_reprobe_wk() local1192 reprobe = container_of(wk, struct iwl_mvm_reprobe, work); in iwl_mvm_reprobe_wk()1193 if (device_reprobe(reprobe->dev)) in iwl_mvm_reprobe_wk()1194 dev_err(reprobe->dev, "reprobe failed!\n"); in iwl_mvm_reprobe_wk()1195 kfree(reprobe); in iwl_mvm_reprobe_wk()1225 struct iwl_mvm_reprobe *reprobe; in iwl_mvm_nic_restart() local1240 reprobe = kzalloc(sizeof(*reprobe), GFP_ATOMIC); in iwl_mvm_nic_restart()1241 if (!reprobe) { in iwl_mvm_nic_restart()1245 reprobe->dev = mvm->trans->dev; in iwl_mvm_nic_restart()1246 INIT_WORK(&reprobe->work, iwl_mvm_reprobe_wk); in iwl_mvm_nic_restart()[all …]
189 goto reprobe; in generic_swapfile_activate()202 goto reprobe; in generic_swapfile_activate()223 reprobe: in generic_swapfile_activate()
145 void (*reprobe)(struct pci_dev *dev); member
82 .reprobe = nouveau_switcheroo_reprobe,
751 if (new_client->ops->reprobe) in vga_switchto_stage2()752 new_client->ops->reprobe(new_client->pdev); in vga_switchto_stage2()
1264 .reprobe = NULL,
632 .reprobe = NULL,
1072 .reprobe = NULL,
430 Discovery reprobe. The default is reprobing every 10 minutes as