Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pci/
Dpci-driver.c821 static int pci_pm_resume(struct device *dev) in pci_pm_resume() function
853 #define pci_pm_resume NULL macro
1239 .resume = pci_pm_resume,
/linux-4.4.14/Documentation/power/
Dpci.txt279 .resume = pci_pm_resume,
506 pci_pm_resume()
523 The pci_pm_resume() routine first checks if the device's standard configuration
535 on each other in a known way, the pci_pm_resume() routine may be executed for
596 The pci_pm_thaw() routine is similar to pci_pm_resume(), but it runs the device
661 These callbacks work in analogy with pci_pm_resume_noirq() and pci_pm_resume(),