Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/bluetooth/
A 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-6.3-rc2/drivers/net/wireless/intel/iwlwifi/mvm/
A Dops.c1788 struct iwl_mvm_reprobe *reprobe; in iwl_mvm_reprobe_wk() local
1791 if (device_reprobe(reprobe->dev)) in iwl_mvm_reprobe_wk()
1792 dev_err(reprobe->dev, "reprobe failed!\n"); in iwl_mvm_reprobe_wk()
1793 put_device(reprobe->dev); in iwl_mvm_reprobe_wk()
1794 kfree(reprobe); in iwl_mvm_reprobe_wk()
1827 struct iwl_mvm_reprobe *reprobe; in iwl_mvm_nic_restart() local
1842 reprobe = kzalloc(sizeof(*reprobe), GFP_ATOMIC); in iwl_mvm_nic_restart()
1843 if (!reprobe) { in iwl_mvm_nic_restart()
1847 reprobe->dev = get_device(mvm->trans->dev); in iwl_mvm_nic_restart()
1848 INIT_WORK(&reprobe->work, iwl_mvm_reprobe_wk); in iwl_mvm_nic_restart()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/i915/
A Di915_switcheroo.c56 .reprobe = NULL,
/linux-6.3-rc2/mm/
A Dpage_io.c124 goto reprobe; in generic_swapfile_activate()
139 goto reprobe; in generic_swapfile_activate()
160 reprobe: in generic_swapfile_activate()
/linux-6.3-rc2/include/linux/
A Dvga_switcheroo.h145 void (*reprobe)(struct pci_dev *dev); member
/linux-6.3-rc2/drivers/gpu/drm/nouveau/
A Dnouveau_vga.c79 .reprobe = nouveau_switcheroo_reprobe,
/linux-6.3-rc2/drivers/gpu/vga/
A 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-6.3-rc2/drivers/gpu/drm/radeon/
A Dradeon_device.c1262 .reprobe = NULL,
/linux-6.3-rc2/Documentation/hid/
A Dhid-bpf.rst282 and does a reprobe.
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_device.c1637 .reprobe = NULL,
/linux-6.3-rc2/Documentation/networking/
A Dip-sysctl.rst594 Discovery reprobe. The default is reprobing every 10 minutes as

Completed in 29 milliseconds