Searched refs:reprobe (Results 1 – 10 of 10) sorted by relevance
907 struct iwl_mvm_reprobe *reprobe; in iwl_mvm_reprobe_wk() local909 reprobe = container_of(wk, struct iwl_mvm_reprobe, work); in iwl_mvm_reprobe_wk()910 if (device_reprobe(reprobe->dev)) in iwl_mvm_reprobe_wk()911 dev_err(reprobe->dev, "reprobe failed!\n"); in iwl_mvm_reprobe_wk()912 kfree(reprobe); in iwl_mvm_reprobe_wk()974 struct iwl_mvm_reprobe *reprobe; in iwl_mvm_nic_restart() local989 reprobe = kzalloc(sizeof(*reprobe), GFP_ATOMIC); in iwl_mvm_nic_restart()990 if (!reprobe) { in iwl_mvm_nic_restart()994 reprobe->dev = mvm->trans->dev; in iwl_mvm_nic_restart()995 INIT_WORK(&reprobe->work, iwl_mvm_reprobe_wk); in iwl_mvm_nic_restart()[all …]
172 goto reprobe; in generic_swapfile_activate()185 goto reprobe; in generic_swapfile_activate()206 reprobe: in generic_swapfile_activate()
119 void (*reprobe)(struct pci_dev *dev); member
82 .reprobe = nouveau_switcheroo_reprobe,
555 if (new_client->ops->reprobe) in vga_switchto_stage2()556 new_client->ops->reprobe(new_client->pdev); in vga_switchto_stage2()
362 .reprobe = NULL,
1261 .reprobe = NULL,
1083 .reprobe = NULL,
388 API-device-reprobe
410 Discovery reprobe. The default is reprobing every 10 minutes as