Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/pci/
Dpci-driver.c770 static int pci_pm_suspend(struct device *dev) in pci_pm_suspend() function
1010 #define pci_pm_suspend NULL macro
1384 .suspend = pci_pm_suspend,
/Linux-v6.1/Documentation/power/
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_poweroff_noirq(), respectively,
1021 suspend. That causes pci_pm_suspend(), pci_pm_freeze() and pci_pm_poweroff()