Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pci/
Dpci-driver.c732 static int pci_pm_suspend(struct device *dev) in pci_pm_suspend() function
929 #define pci_pm_suspend NULL macro
1348 .suspend = pci_pm_suspend,
/Linux-v4.19/Documentation/power/
Dpci.txt278 .suspend = pci_pm_suspend,
437 pci_pm_suspend()
445 The pci_pm_suspend() routine first checks if the device's driver implements
458 the pci_pm_suspend() callback may be executed in parallel for any pair of PCI
563 The pci_pm_freeze() routine is quite similar to pci_pm_suspend(), but it runs
616 work in analogy with pci_pm_suspend() and pci_pm_poweroff_noirq(), respectively,
985 suspend. That causes pci_pm_suspend(), pci_pm_freeze() and pci_pm_poweroff()