Searched refs:reprobe (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/bluetooth/ |
| H A D | hci_h5.c | 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_KERNEL); in h5_btrtl_resume() 978 if (!reprobe) in h5_btrtl_resume() 983 INIT_WORK(&reprobe->work, h5_btrtl_reprobe_worker); in h5_btrtl_resume() 984 reprobe->dev = get_device(&h5->hu->serdev->dev); in h5_btrtl_resume() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | ops.c | 1263 struct iwl_mvm_reprobe *reprobe; in iwl_mvm_reprobe_wk() local 1265 reprobe = container_of(wk, struct iwl_mvm_reprobe, work); in iwl_mvm_reprobe_wk() 1266 if (device_reprobe(reprobe->dev)) in iwl_mvm_reprobe_wk() 1267 dev_err(reprobe->dev, "reprobe failed!\n"); in iwl_mvm_reprobe_wk() 1268 put_device(reprobe->dev); in iwl_mvm_reprobe_wk() 1269 kfree(reprobe); in iwl_mvm_reprobe_wk() 1302 struct iwl_mvm_reprobe *reprobe; in iwl_mvm_nic_restart() local 1317 reprobe = kzalloc(sizeof(*reprobe), GFP_ATOMIC); in iwl_mvm_nic_restart() 1318 if (!reprobe) { in iwl_mvm_nic_restart() 1322 reprobe->dev = get_device(mvm->trans->dev); in iwl_mvm_nic_restart() [all …]
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | page_io.c | 141 goto reprobe; in generic_swapfile_activate() 156 goto reprobe; in generic_swapfile_activate() 177 reprobe: in generic_swapfile_activate()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | i915_switcheroo.c | 51 .reprobe = NULL,
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | vga_switcheroo.h | 145 void (*reprobe)(struct pci_dev *dev); member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_vga.c | 81 .reprobe = nouveau_switcheroo_reprobe,
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | radeon_device.c | 1271 .reprobe = NULL,
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/doc/ |
| H A D | README.modes | 259 functions which reprobe for modes. However, if the driver reprobes for modes
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_device.c | 1455 .reprobe = NULL,
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | ip-sysctl.rst | 526 Discovery reprobe. The default is reprobing every 10 minutes as
|