Home
last modified time | relevance | path

Searched refs:vga_switcheroo_client_probe_defer (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dvga_switcheroo.h171 bool vga_switcheroo_client_probe_defer(struct pci_dev *pdev);
192 static inline bool vga_switcheroo_client_probe_defer(struct pci_dev *pdev) { return false; } in vga_switcheroo_client_probe_defer() function
/OK3568_Linux_fs/kernel/drivers/gpu/vga/
H A Dvga_switcheroo.c438 bool vga_switcheroo_client_probe_defer(struct pci_dev *pdev) in vga_switcheroo_client_probe_defer() function
452 EXPORT_SYMBOL(vga_switcheroo_client_probe_defer);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dradeon_drv.c354 if (vga_switcheroo_client_probe_defer(pdev)) in radeon_pci_probe()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_pci.c1067 if (vga_switcheroo_client_probe_defer(pdev)) in i915_pci_probe()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A Dnouveau_drm.c746 if (vga_switcheroo_client_probe_defer(pdev)) in nouveau_drm_probe()