Searched refs:reprobe (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/gpu/drm/i915/
H A Di915_switcheroo.c56 .reprobe = NULL,
/linux-master/include/linux/
H A Dvga_switcheroo.h130 * @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 in struct:vga_switcheroo_client_ops
/linux-master/drivers/bluetooth/
H A Dhci_h5.c999 * 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 = local
1025 ret = device_reprobe(reprobe->dev);
1027 dev_err(reprobe->dev, "Reprobe error %d\n", ret);
1029 put_device(reprobe->dev);
1030 kfree(reprobe);
1037 struct h5_btrtl_reprobe *reprobe; local
1039 reprobe = kzalloc(sizeof(*reprobe), GFP_KERNE
[all...]
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_vga.c79 .reprobe = nouveau_switcheroo_reprobe,
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dops.c1901 struct iwl_mvm_reprobe *reprobe; local
1903 reprobe = container_of(wk, struct iwl_mvm_reprobe, work);
1904 if (device_reprobe(reprobe->dev))
1905 dev_err(reprobe->dev, "reprobe failed!\n");
1906 put_device(reprobe->dev);
1907 kfree(reprobe);
1940 struct iwl_mvm_reprobe *reprobe; local
1943 "Firmware error during reconfiguration - reprobe!\n");
1955 reprobe
[all...]
/linux-master/mm/
H A Dpage_io.c121 goto reprobe;
136 goto reprobe;
157 reprobe:
/linux-master/drivers/gpu/vga/
H A Dvga_switcheroo.c747 if (new_client->ops->reprobe)
748 new_client->ops->reprobe(new_client->pdev);
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_device.c1262 .reprobe = NULL,
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c1954 .reprobe = NULL,

Completed in 232 milliseconds