Searched refs:pci_pr3_present (Results 1 – 6 of 6) sorted by relevance
230 *has_pr3 = pci_pr3_present(parent_pdev); in nouveau_dsm_pci_probe()
219 if (!pci_pr3_present(root_pdev)) { in xe_pm_pci_d3cold_capable()
2605 bool pci_pr3_present(struct pci_dev *pdev);2609 static inline bool pci_pr3_present(struct pci_dev *pdev) { return false; } in pci_pr3_present() function
6406 bool pci_pr3_present(struct pci_dev *pdev) in pci_pr3_present() function6420 EXPORT_SYMBOL_GPL(pci_pr3_present);
1297 chip->bus.keep_power = parent ? !pci_pr3_present(parent) : 1; in init_vga_switcheroo()
2555 adev->has_pr3 = parent ? pci_pr3_present(parent) : false; in amdgpu_device_ip_early_init()