/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | hci_h5.c | 941 * turn it off on suspend and reprobe on resume. This mirrors how RTL devices 943 * also causes a reprobe on resume. 960 struct h5_btrtl_reprobe *reprobe = in h5_btrtl_reprobe_worker() local 964 ret = device_reprobe(reprobe->dev); in h5_btrtl_reprobe_worker() 966 dev_err(reprobe->dev, "Reprobe error %d\n", ret); in h5_btrtl_reprobe_worker() 968 put_device(reprobe->dev); in h5_btrtl_reprobe_worker() 969 kfree(reprobe); in h5_btrtl_reprobe_worker() 975 struct h5_btrtl_reprobe *reprobe; in h5_btrtl_resume() local 977 reprobe = kzalloc(sizeof(*reprobe), GFP_KERNE in h5_btrtl_resume() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | ops.c | 1266 struct iwl_mvm_reprobe *reprobe; in iwl_mvm_reprobe_wk() local 1268 reprobe = container_of(wk, struct iwl_mvm_reprobe, work); in iwl_mvm_reprobe_wk() 1269 if (device_reprobe(reprobe->dev)) in iwl_mvm_reprobe_wk() 1270 dev_err(reprobe->dev, "reprobe failed!\n"); in iwl_mvm_reprobe_wk() 1271 put_device(reprobe->dev); in iwl_mvm_reprobe_wk() 1272 kfree(reprobe); in iwl_mvm_reprobe_wk() 1305 struct iwl_mvm_reprobe *reprobe; in iwl_mvm_nic_restart() local 1308 "Firmware error during reconfiguration - reprobe!\n"); in iwl_mvm_nic_restart() 1320 reprobe in iwl_mvm_nic_restart() [all...] |
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A D | hci_h5.c | 999 * turn it off on suspend and reprobe on resume. This mirrors how RTL devices 1001 * also causes a reprobe on resume. 1021 struct h5_btrtl_reprobe *reprobe = in h5_btrtl_reprobe_worker() local 1025 ret = device_reprobe(reprobe->dev); in h5_btrtl_reprobe_worker() 1027 dev_err(reprobe->dev, "Reprobe error %d\n", ret); in h5_btrtl_reprobe_worker() 1029 put_device(reprobe->dev); in h5_btrtl_reprobe_worker() 1030 kfree(reprobe); in h5_btrtl_reprobe_worker() 1037 struct h5_btrtl_reprobe *reprobe; in h5_btrtl_resume() local 1039 reprobe = kzalloc(sizeof(*reprobe), GFP_KERNE in h5_btrtl_resume() [all...] |
/kernel/linux/linux-5.10/mm/ |
H A D | page_io.c | 140 goto reprobe; in generic_swapfile_activate() 155 goto reprobe; in generic_swapfile_activate() 176 reprobe: in generic_swapfile_activate()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A 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 1882 "Firmware error during reconfiguration - reprobe!\n"); in iwl_mvm_nic_restart() 1894 reprobe in iwl_mvm_nic_restart() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_switcheroo.c | 51 .reprobe = NULL,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_switcheroo.c | 56 .reprobe = NULL,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | vga_switcheroo.h | 130 * @reprobe: poll outputs. 139 * The @set_gpu_state and @can_switch methods are mandatory, @reprobe may be 140 * set to NULL. For audio clients, the @reprobe member is bogus. 145 void (*reprobe)(struct pci_dev *dev); member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | vga_switcheroo.h | 130 * @reprobe: poll outputs. 139 * The @set_gpu_state and @can_switch methods are mandatory, @reprobe may be 140 * set to NULL. For audio clients, the @reprobe member is bogus. 145 void (*reprobe)(struct pci_dev *dev); member
|
/kernel/linux/linux-6.6/mm/ |
H A D | page_io.c | 121 goto reprobe; in generic_swapfile_activate() 136 goto reprobe; in generic_swapfile_activate() 157 reprobe: in generic_swapfile_activate()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
H A D | nouveau_vga.c | 81 .reprobe = nouveau_switcheroo_reprobe,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_vga.c | 79 .reprobe = nouveau_switcheroo_reprobe,
|
/kernel/linux/linux-5.10/drivers/gpu/vga/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/gpu/vga/ |
H A 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()
|
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | data.c | 4081 goto reprobe; in check_swap_activate() 4096 goto reprobe; in check_swap_activate() 4117 reprobe: in check_swap_activate()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | radeon_device.c | 1272 .reprobe = NULL,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | radeon_device.c | 1262 .reprobe = NULL,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_device.c | 1459 .reprobe = NULL,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_device.c | 1584 .reprobe = NULL,
|