Home
last modified time | relevance | path

Searched refs:pci_pr3_present (Results 1 – 6 of 6) 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/drivers/gpu/drm/xe/
H A Dxe_pm.c314 if (!pci_pr3_present(root_pdev)) { in xe_pm_pci_d3cold_capable()
/linux/include/linux/
H A Dpci.h2771 bool pci_pr3_present(struct pci_dev *pdev);
2775 static inline bool pci_pr3_present(struct pci_dev *pdev) { return false; } in pci_pr3_present() function
/linux/drivers/pci/
H A Dpci.c6207 bool pci_pr3_present(struct pci_dev *pdev) in pci_pr3_present() function
6221 EXPORT_SYMBOL_GPL(pci_pr3_present);
/linux/sound/hda/controllers/
H A Dintel.c1289 chip->bus.keep_power = parent ? !pci_pr3_present(parent) : 1; in init_vga_switcheroo()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c2716 adev->has_pr3 = parent ? pci_pr3_present(parent) : false; in amdgpu_device_ip_early_init()