Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/pci/
Dpci-driver.c979 static int pci_pm_resume(struct device *dev) in pci_pm_resume() function
1013 #define pci_pm_resume NULL macro
1386 .resume = pci_pm_resume,
/Linux-v6.1/Documentation/power/
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(),