Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/
H A Dpci-driver.c999 static int pci_pm_resume(struct device *dev) in pci_pm_resume() function
1033 #define pci_pm_resume NULL macro
1406 .resume = pci_pm_resume,
/openbmc/linux/Documentation/power/
H A Dpci.rst286 .resume = pci_pm_resume,
517 pci_pm_resume()
534 The pci_pm_resume() routine first checks if the device's standard configuration
546 on each other in a known way, the pci_pm_resume() routine may be executed for
608 The pci_pm_thaw() routine is similar to pci_pm_resume(), but it runs the device
674 These callbacks work in analogy with pci_pm_resume_noirq() and pci_pm_resume(),