Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/nouveau/
Dnouveau_acpi.c230 *has_pr3 = pci_pr3_present(parent_pdev); in nouveau_dsm_pci_probe()
/Linux-v6.6/include/linux/
Dpci.h2548 bool pci_pr3_present(struct pci_dev *pdev);
2552 static inline bool pci_pr3_present(struct pci_dev *pdev) { return false; } in pci_pr3_present() function
/Linux-v6.6/drivers/pci/
Dpci.c6494 bool pci_pr3_present(struct pci_dev *pdev) in pci_pr3_present() function
6508 EXPORT_SYMBOL_GPL(pci_pr3_present);
/Linux-v6.6/sound/pci/hda/
Dhda_intel.c1300 chip->bus.keep_power = parent ? !pci_pr3_present(parent) : 1; in init_vga_switcheroo()
/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/
Damdgpu_device.c2097 adev->has_pr3 = parent ? pci_pr3_present(parent) : false; in amdgpu_device_ip_early_init()