Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/pci/
Dpci-driver.c670 static int pci_pm_suspend(struct device *dev) in pci_pm_suspend() function
808 #define pci_pm_suspend NULL macro
1108 .suspend = pci_pm_suspend,
/linux-3.4.99/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,