Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H A Dnouveau_acpi.c230 *has_pr3 = pci_pr3_present(parent_pdev); in nouveau_dsm_pci_probe()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H A Dnouveau_acpi.c230 *has_pr3 = pci_pr3_present(parent_pdev); in nouveau_dsm_pci_probe()
/kernel/linux/linux-5.10/include/linux/
H A Dpci.h2366 bool pci_pr3_present(struct pci_dev *pdev);
2370 static inline bool pci_pr3_present(struct pci_dev *pdev) { return false; } in pci_pr3_present() function
/kernel/linux/linux-6.6/include/linux/
H A Dpci.h2582 bool pci_pr3_present(struct pci_dev *pdev);
2586 static inline bool pci_pr3_present(struct pci_dev *pdev) { return false; } in pci_pr3_present() function
/kernel/linux/linux-5.10/drivers/pci/
H A Dpci.c6092 bool pci_pr3_present(struct pci_dev *pdev) in pci_pr3_present() function
6106 EXPORT_SYMBOL_GPL(pci_pr3_present); variable
/kernel/linux/linux-6.6/drivers/pci/
H A Dpci.c6509 bool pci_pr3_present(struct pci_dev *pdev) in pci_pr3_present() function
6523 EXPORT_SYMBOL_GPL(pci_pr3_present); variable
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dhda_intel.c1340 chip->bus.keep_power = parent ? !pci_pr3_present(parent) : 1; in init_vga_switcheroo()
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dhda_intel.c1300 chip->bus.keep_power = parent ? !pci_pr3_present(parent) : 1; in init_vga_switcheroo()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c2091 adev->has_pr3 = parent ? pci_pr3_present(parent) : false; in amdgpu_device_ip_early_init()

Completed in 38 milliseconds