Home
last modified time | relevance | path

Searched refs:pcie_aspm_support_enabled (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/pci/pcie/
Daspm.c971 bool pcie_aspm_support_enabled(void) in pcie_aspm_support_enabled() function
975 EXPORT_SYMBOL(pcie_aspm_support_enabled);
/linux-4.1.27/drivers/acpi/
Dpci_root.c453 if (pcie_aspm_support_enabled()) in negotiate_os_control()
/linux-4.1.27/include/linux/
Dpci.h1283 bool pcie_aspm_support_enabled(void);
1285 static inline bool pcie_aspm_support_enabled(void) { return false; } in pcie_aspm_support_enabled() function