Home
last modified time | relevance | path

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

/linux/drivers/pci/
H A Dpci-driver.c781 static int pci_pm_suspend(struct device *dev) in pci_pm_suspend() function
1021 #define pci_pm_suspend NULL macro
1392 .suspend = pci_pm_suspend,
/linux/Documentation/power/
H A Dpci.rst285 .suspend = pci_pm_suspend,
447 pci_pm_suspend()
455 The pci_pm_suspend() routine first checks if the device's driver implements
468 the pci_pm_suspend() callback may be executed in parallel for any pair of PCI
575 The pci_pm_freeze() routine is quite similar to pci_pm_suspend(), but it runs
628 work in analogy with pci_pm_suspend() and pci_pm_suspend_noirq(), respectively,
1020 suspend. That causes pci_pm_suspend(), pci_pm_freeze() and pci_pm_poweroff()