Home
last modified time | relevance | path

Searched refs:reprobe (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Dops.c1190 struct iwl_mvm_reprobe *reprobe; in iwl_mvm_reprobe_wk() local
1192 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() local
1240 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 …]
/Linux-v4.19/mm/
Dpage_io.c189 goto reprobe; in generic_swapfile_activate()
202 goto reprobe; in generic_swapfile_activate()
223 reprobe: in generic_swapfile_activate()
/Linux-v4.19/include/linux/
Dvga_switcheroo.h145 void (*reprobe)(struct pci_dev *dev); member
/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_vga.c82 .reprobe = nouveau_switcheroo_reprobe,
/Linux-v4.19/drivers/gpu/vga/
Dvga_switcheroo.c751 if (new_client->ops->reprobe) in vga_switchto_stage2()
752 new_client->ops->reprobe(new_client->pdev); in vga_switchto_stage2()
/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_device.c1264 .reprobe = NULL,
/Linux-v4.19/drivers/gpu/drm/i915/
Di915_drv.c632 .reprobe = NULL,
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_device.c1072 .reprobe = NULL,
/Linux-v4.19/Documentation/networking/
Dip-sysctl.txt430 Discovery reprobe. The default is reprobing every 10 minutes as