Searched refs:reprobe (Results 1 – 7 of 7) sorted by relevance
90 struct iwl_trans_reprobe *reprobe; in iwl_trans_reprobe_wk() local92 reprobe = container_of(wk, typeof(*reprobe), work.work); in iwl_trans_reprobe_wk()94 if (device_reprobe(reprobe->dev)) in iwl_trans_reprobe_wk()95 dev_err(reprobe->dev, "reprobe failed!\n"); in iwl_trans_reprobe_wk()96 put_device(reprobe->dev); in iwl_trans_reprobe_wk()97 kfree(reprobe); in iwl_trans_reprobe_wk()104 struct iwl_trans_reprobe *reprobe; in iwl_trans_schedule_reprobe() local116 reprobe = kzalloc(sizeof(*reprobe), GFP_KERNEL); in iwl_trans_schedule_reprobe()117 if (!reprobe) { in iwl_trans_schedule_reprobe()121 reprobe->dev = get_device(trans->dev); in iwl_trans_schedule_reprobe()[all …]
145 void (*reprobe)(struct pci_dev *dev); member
82 .reprobe = nouveau_switcheroo_reprobe,
121 goto reprobe; in generic_swapfile_activate()136 goto reprobe; in generic_swapfile_activate()157 reprobe: in generic_swapfile_activate()
747 if (new_client->ops->reprobe) in vga_switchto_stage2()748 new_client->ops->reprobe(new_client->pdev); in vga_switchto_stage2()
306 the HID device and does a reprobe.
2262 .reprobe = NULL,