Searched refs:pci_pr3_present (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/gpu/drm/xe/
H A Dxe_pm.c144 if (!pci_pr3_present(root_pdev)) {
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_acpi.c230 *has_pr3 = pci_pr3_present(parent_pdev);
/linux-master/include/linux/
H A Dpci.h2622 bool pci_pr3_present(struct pci_dev *pdev);
2626 static inline bool pci_pr3_present(struct pci_dev *pdev) { return false; } function
/linux-master/drivers/pci/
H A Dpci.c6213 bool pci_pr3_present(struct pci_dev *pdev) function
6227 EXPORT_SYMBOL_GPL(pci_pr3_present); variable
/linux-master/sound/pci/hda/
H A Dhda_intel.c1300 chip->bus.keep_power = parent ? !pci_pr3_present(parent) : 1;
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c2461 adev->has_pr3 = parent ? pci_pr3_present(parent) : false;

Completed in 305 milliseconds