Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/bluetooth/
Dhci_h5.c1015 struct h5_btrtl_reprobe *reprobe = in h5_btrtl_reprobe_worker() local
1019 ret = device_reprobe(reprobe->dev); in h5_btrtl_reprobe_worker()
1021 dev_err(reprobe->dev, "Reprobe error %d\n", ret); in h5_btrtl_reprobe_worker()
1023 put_device(reprobe->dev); in h5_btrtl_reprobe_worker()
1024 kfree(reprobe); in h5_btrtl_reprobe_worker()
1031 struct h5_btrtl_reprobe *reprobe; in h5_btrtl_resume() local
1033 reprobe = kzalloc(sizeof(*reprobe), GFP_KERNEL); in h5_btrtl_resume()
1034 if (!reprobe) in h5_btrtl_resume()
1039 INIT_WORK(&reprobe->work, h5_btrtl_reprobe_worker); in h5_btrtl_resume()
1040 reprobe->dev = get_device(&h5->hu->serdev->dev); in h5_btrtl_resume()
[all …]
/linux-5.19.10/drivers/net/wireless/intel/iwlwifi/mvm/
Dops.c1772 struct iwl_mvm_reprobe *reprobe; in iwl_mvm_reprobe_wk() local
1774 reprobe = container_of(wk, struct iwl_mvm_reprobe, work); in iwl_mvm_reprobe_wk()
1775 if (device_reprobe(reprobe->dev)) in iwl_mvm_reprobe_wk()
1776 dev_err(reprobe->dev, "reprobe failed!\n"); in iwl_mvm_reprobe_wk()
1777 put_device(reprobe->dev); in iwl_mvm_reprobe_wk()
1778 kfree(reprobe); in iwl_mvm_reprobe_wk()
1811 struct iwl_mvm_reprobe *reprobe; in iwl_mvm_nic_restart() local
1826 reprobe = kzalloc(sizeof(*reprobe), GFP_ATOMIC); in iwl_mvm_nic_restart()
1827 if (!reprobe) { in iwl_mvm_nic_restart()
1831 reprobe->dev = get_device(mvm->trans->dev); in iwl_mvm_nic_restart()
[all …]
/linux-5.19.10/drivers/gpu/drm/i915/
Di915_switcheroo.c52 .reprobe = NULL,
/linux-5.19.10/mm/
Dpage_io.c123 goto reprobe; in generic_swapfile_activate()
138 goto reprobe; in generic_swapfile_activate()
159 reprobe: in generic_swapfile_activate()
/linux-5.19.10/include/linux/
Dvga_switcheroo.h145 void (*reprobe)(struct pci_dev *dev); member
/linux-5.19.10/drivers/gpu/drm/nouveau/
Dnouveau_vga.c81 .reprobe = nouveau_switcheroo_reprobe,
/linux-5.19.10/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-5.19.10/drivers/gpu/drm/radeon/
Dradeon_device.c1260 .reprobe = NULL,
/linux-5.19.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_device.c1628 .reprobe = NULL,
/linux-5.19.10/Documentation/networking/
Dip-sysctl.rst585 Discovery reprobe. The default is reprobing every 10 minutes as