Home
last modified time | relevance | path

Searched refs:pci_pr3_present (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_acpi.c230 *has_pr3 = pci_pr3_present(parent_pdev); in nouveau_dsm_pci_probe()
/linux/include/linux/
H A Dpci.h2847 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
/linux/sound/hda/controllers/
H A Dintel.c1307 chip->bus.keep_power = parent ? !pci_pr3_present(parent) : 1; in init_vga_switcheroo()