Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/bluetooth/
Dhci_h5.c940 struct h5_btrtl_reprobe *reprobe = in h5_btrtl_reprobe_worker() local
944 ret = device_reprobe(reprobe->dev); in h5_btrtl_reprobe_worker()
946 dev_err(reprobe->dev, "Reprobe error %d\n", ret); in h5_btrtl_reprobe_worker()
948 put_device(reprobe->dev); in h5_btrtl_reprobe_worker()
949 kfree(reprobe); in h5_btrtl_reprobe_worker()
955 struct h5_btrtl_reprobe *reprobe; in h5_btrtl_resume() local
957 reprobe = kzalloc(sizeof(*reprobe), GFP_KERNEL); in h5_btrtl_resume()
958 if (!reprobe) in h5_btrtl_resume()
963 INIT_WORK(&reprobe->work, h5_btrtl_reprobe_worker); in h5_btrtl_resume()
964 reprobe->dev = get_device(&h5->hu->serdev->dev); in h5_btrtl_resume()
[all …]
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/
Dops.c1230 struct iwl_mvm_reprobe *reprobe; in iwl_mvm_reprobe_wk() local
1232 reprobe = container_of(wk, struct iwl_mvm_reprobe, work); in iwl_mvm_reprobe_wk()
1233 if (device_reprobe(reprobe->dev)) in iwl_mvm_reprobe_wk()
1234 dev_err(reprobe->dev, "reprobe failed!\n"); in iwl_mvm_reprobe_wk()
1235 kfree(reprobe); in iwl_mvm_reprobe_wk()
1265 struct iwl_mvm_reprobe *reprobe; in iwl_mvm_nic_restart() local
1280 reprobe = kzalloc(sizeof(*reprobe), GFP_ATOMIC); in iwl_mvm_nic_restart()
1281 if (!reprobe) { in iwl_mvm_nic_restart()
1285 reprobe->dev = mvm->trans->dev; in iwl_mvm_nic_restart()
1286 INIT_WORK(&reprobe->work, iwl_mvm_reprobe_wk); in iwl_mvm_nic_restart()
[all …]
/Linux-v5.4/mm/
Dpage_io.c188 goto reprobe; in generic_swapfile_activate()
201 goto reprobe; in generic_swapfile_activate()
222 reprobe: in generic_swapfile_activate()
/Linux-v5.4/include/linux/
Dvga_switcheroo.h145 void (*reprobe)(struct pci_dev *dev); member
/Linux-v5.4/drivers/gpu/drm/nouveau/
Dnouveau_vga.c81 .reprobe = nouveau_switcheroo_reprobe,
/Linux-v5.4/drivers/gpu/vga/
Dvga_switcheroo.c747 if (new_client->ops->reprobe) in vga_switchto_stage2()
748 new_client->ops->reprobe(new_client->pdev); in vga_switchto_stage2()
/Linux-v5.4/fs/f2fs/
Ddata.c3083 goto reprobe; in check_swap_activate()
3096 goto reprobe; in check_swap_activate()
3110 reprobe: in check_swap_activate()
/Linux-v5.4/drivers/gpu/drm/radeon/
Dradeon_device.c1271 .reprobe = NULL,
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_drv.c328 .reprobe = NULL,
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_device.c1094 .reprobe = NULL,
/Linux-v5.4/Documentation/networking/
Dip-sysctl.txt466 Discovery reprobe. The default is reprobing every 10 minutes as