Searched refs:pci_pr3_present (Results 1 – 3 of 3) sorted by relevance
230 *has_pr3 = pci_pr3_present(parent_pdev); in nouveau_dsm_pci_probe()
2847 bool pci_pr3_present(struct pci_dev *pdev);2851 static inline bool pci_pr3_present(struct pci_dev *pdev) { return false; } in pci_pr3_present() function
1307 chip->bus.keep_power = parent ? !pci_pr3_present(parent) : 1; in init_vga_switcheroo()