Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dpci_root.c439 if (pcie_aspm_support_enabled()) in negotiate_os_control()
457 pcie_aspm_support_enabled() ? "; disabling ASPM" : ""); in negotiate_os_control()
/OK3568_Linux_fs/kernel/drivers/pci/pcie/
H A Daspm.c1373 bool pcie_aspm_support_enabled(void) in pcie_aspm_support_enabled() function
1377 EXPORT_SYMBOL(pcie_aspm_support_enabled);
/OK3568_Linux_fs/kernel/include/linux/
H A Dpci.h1608 bool pcie_aspm_support_enabled(void);
1616 static inline bool pcie_aspm_support_enabled(void) { return false; } in pcie_aspm_support_enabled() function