Searched refs:reprobe (Results 1 – 11 of 11) sorted by relevance
/linux-6.6.21/drivers/bluetooth/ |
D | hci_h5.c | 1019 struct h5_btrtl_reprobe *reprobe = in h5_btrtl_reprobe_worker() local 1023 ret = device_reprobe(reprobe->dev); in h5_btrtl_reprobe_worker() 1025 dev_err(reprobe->dev, "Reprobe error %d\n", ret); in h5_btrtl_reprobe_worker() 1027 put_device(reprobe->dev); in h5_btrtl_reprobe_worker() 1028 kfree(reprobe); in h5_btrtl_reprobe_worker() 1035 struct h5_btrtl_reprobe *reprobe; in h5_btrtl_resume() local 1037 reprobe = kzalloc(sizeof(*reprobe), GFP_KERNEL); in h5_btrtl_resume() 1038 if (!reprobe) in h5_btrtl_resume() 1043 INIT_WORK(&reprobe->work, h5_btrtl_reprobe_worker); in h5_btrtl_resume() 1044 reprobe->dev = get_device(&h5->hu->serdev->dev); in h5_btrtl_resume() [all …]
|
/linux-6.6.21/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | ops.c | 1840 struct iwl_mvm_reprobe *reprobe; in iwl_mvm_reprobe_wk() local 1842 reprobe = container_of(wk, struct iwl_mvm_reprobe, work); in iwl_mvm_reprobe_wk() 1843 if (device_reprobe(reprobe->dev)) in iwl_mvm_reprobe_wk() 1844 dev_err(reprobe->dev, "reprobe failed!\n"); in iwl_mvm_reprobe_wk() 1845 put_device(reprobe->dev); in iwl_mvm_reprobe_wk() 1846 kfree(reprobe); in iwl_mvm_reprobe_wk() 1879 struct iwl_mvm_reprobe *reprobe; in iwl_mvm_nic_restart() local 1894 reprobe = kzalloc(sizeof(*reprobe), GFP_ATOMIC); in iwl_mvm_nic_restart() 1895 if (!reprobe) { in iwl_mvm_nic_restart() 1899 reprobe->dev = get_device(mvm->trans->dev); in iwl_mvm_nic_restart() [all …]
|
/linux-6.6.21/drivers/gpu/drm/i915/ |
D | i915_switcheroo.c | 56 .reprobe = NULL,
|
/linux-6.6.21/mm/ |
D | page_io.c | 121 goto reprobe; in generic_swapfile_activate() 136 goto reprobe; in generic_swapfile_activate() 157 reprobe: in generic_swapfile_activate()
|
/linux-6.6.21/include/linux/ |
D | vga_switcheroo.h | 145 void (*reprobe)(struct pci_dev *dev); member
|
/linux-6.6.21/drivers/gpu/drm/nouveau/ |
D | nouveau_vga.c | 79 .reprobe = nouveau_switcheroo_reprobe,
|
/linux-6.6.21/drivers/gpu/vga/ |
D | vga_switcheroo.c | 747 if (new_client->ops->reprobe) in vga_switchto_stage2() 748 new_client->ops->reprobe(new_client->pdev); in vga_switchto_stage2()
|
/linux-6.6.21/drivers/gpu/drm/radeon/ |
D | radeon_device.c | 1262 .reprobe = NULL,
|
/linux-6.6.21/Documentation/hid/ |
D | hid-bpf.rst | 282 and does a reprobe.
|
/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_device.c | 1584 .reprobe = NULL,
|
/linux-6.6.21/Documentation/networking/ |
D | ip-sysctl.rst | 597 Discovery reprobe. The default is reprobing every 10 minutes as
|