Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/nouveau/
A Dnouveau_acpi.c227 *has_pr3 = pci_pr3_present(parent_pdev); in nouveau_dsm_pci_probe()
/linux-6.3-rc2/include/linux/
A Dpci.h2460 bool pci_pr3_present(struct pci_dev *pdev);
2464 static inline bool pci_pr3_present(struct pci_dev *pdev) { return false; } in pci_pr3_present() function
/linux-6.3-rc2/drivers/pci/
A Dpci.c6367 bool pci_pr3_present(struct pci_dev *pdev) in pci_pr3_present() function
6381 EXPORT_SYMBOL_GPL(pci_pr3_present);
/linux-6.3-rc2/sound/pci/hda/
A Dhda_intel.c1300 chip->bus.keep_power = parent ? !pci_pr3_present(parent) : 1; in init_vga_switcheroo()
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_device.c2152 adev->has_pr3 = parent ? pci_pr3_present(parent) : false; in amdgpu_device_ip_early_init()

Completed in 32 milliseconds