Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dops.c907 struct iwl_mvm_reprobe *reprobe; in iwl_mvm_reprobe_wk() local
909 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() local
989 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 …]
/linux-4.4.14/mm/
Dpage_io.c172 goto reprobe; in generic_swapfile_activate()
185 goto reprobe; in generic_swapfile_activate()
206 reprobe: in generic_swapfile_activate()
/linux-4.4.14/include/linux/
Dvga_switcheroo.h119 void (*reprobe)(struct pci_dev *dev); member
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_vga.c82 .reprobe = nouveau_switcheroo_reprobe,
/linux-4.4.14/drivers/gpu/vga/
Dvga_switcheroo.c555 if (new_client->ops->reprobe) in vga_switchto_stage2()
556 new_client->ops->reprobe(new_client->pdev); in vga_switchto_stage2()
/linux-4.4.14/drivers/gpu/drm/i915/
Di915_dma.c362 .reprobe = NULL,
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_device.c1261 .reprobe = NULL,
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_device.c1083 .reprobe = NULL,
/linux-4.4.14/Documentation/DocBook/
Ddevice-drivers.xml.db388 API-device-reprobe
/linux-4.4.14/Documentation/networking/
Dip-sysctl.txt410 Discovery reprobe. The default is reprobing every 10 minutes as