Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Dhci_h5.c960 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 Dops.c1263 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 Dpage_io.c141 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 Di915_switcheroo.c51 .reprobe = NULL,
/OK3568_Linux_fs/kernel/include/linux/
H A Dvga_switcheroo.h145 void (*reprobe)(struct pci_dev *dev); member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A Dnouveau_vga.c81 .reprobe = nouveau_switcheroo_reprobe,
/OK3568_Linux_fs/kernel/drivers/gpu/vga/
H 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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dradeon_device.c1271 .reprobe = NULL,
/OK3568_Linux_fs/external/xserver/hw/xfree86/doc/
H A DREADME.modes259 functions which reprobe for modes. However, if the driver reprobes for modes
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c1455 .reprobe = NULL,
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dip-sysctl.rst526 Discovery reprobe. The default is reprobing every 10 minutes as