Home
last modified time | relevance | path

Searched refs:pcie_aspm_enabled (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dpci.h1956 bool pcie_aspm_enabled(struct pci_dev *pdev);
1968 static inline bool pcie_aspm_enabled(struct pci_dev *pdev) { return false; } in pcie_aspm_enabled() function
/linux/drivers/nvme/host/
H A Dpci.c3980 !pcie_aspm_enabled(pdev) || in nvme_suspend()