Home
last modified time | relevance | path

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

/linux/drivers/pci/
H A Dpci-driver.c1341 static int pci_pm_runtime_resume(struct device *dev) in pci_pm_runtime_resume() function
1408 .runtime_resume = pci_pm_runtime_resume,
1417 #define pci_pm_runtime_resume NULL macro
/linux/Documentation/power/
H A Dpci.rst298 .runtime_resume = pci_pm_runtime_resume,
366 pci_pm_runtime_resume()
399 pci_pm_runtime_resume() for PCI devices. Again, this only works if the device's
401 the driver's callback is executed, pci_pm_runtime_resume() brings the device
406 Note that generally pci_pm_runtime_resume() may be called in two different