Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-trans.c90 struct iwl_trans_reprobe *reprobe; in iwl_trans_reprobe_wk() local
92 reprobe = container_of(wk, typeof(*reprobe), work.work); in iwl_trans_reprobe_wk()
94 if (device_reprobe(reprobe->dev)) in iwl_trans_reprobe_wk()
95 dev_err(reprobe->dev, "reprobe failed!\n"); in iwl_trans_reprobe_wk()
96 put_device(reprobe->dev); in iwl_trans_reprobe_wk()
97 kfree(reprobe); in iwl_trans_reprobe_wk()
104 struct iwl_trans_reprobe *reprobe; in iwl_trans_schedule_reprobe() local
116 reprobe = kzalloc(sizeof(*reprobe), GFP_KERNEL); in iwl_trans_schedule_reprobe()
117 if (!reprobe) { in iwl_trans_schedule_reprobe()
121 reprobe->dev = get_device(trans->dev); in iwl_trans_schedule_reprobe()
[all …]
/linux/include/linux/
H A Dvga_switcheroo.h145 void (*reprobe)(struct pci_dev *dev); member
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_vga.c82 .reprobe = nouveau_switcheroo_reprobe,
/linux/mm/
H A Dpage_io.c121 goto reprobe; in generic_swapfile_activate()
136 goto reprobe; in generic_swapfile_activate()
157 reprobe: in generic_swapfile_activate()
/linux/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()
/linux/Documentation/hid/
H A Dhid-bpf.rst306 the HID device and does a reprobe.
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c2262 .reprobe = NULL,