Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
Dnouveau_acpi.c227 *has_pr3 = pci_pr3_present(parent_pdev); in nouveau_dsm_pci_probe()
/kernel/linux/linux-5.10/include/linux/
Dpci.h2356 bool pci_pr3_present(struct pci_dev *pdev);
2360 static inline bool pci_pr3_present(struct pci_dev *pdev) { return false; } in pci_pr3_present() function
/kernel/linux/linux-5.10/drivers/pci/
Dpci.c6067 bool pci_pr3_present(struct pci_dev *pdev) in pci_pr3_present() function
6081 EXPORT_SYMBOL_GPL(pci_pr3_present);
/kernel/linux/linux-5.10/sound/pci/hda/
Dhda_intel.c1337 chip->bus.keep_power = parent ? !pci_pr3_present(parent) : 1; in init_vga_switcheroo()