Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/pci/
H A Dpci-driver.c1034 static int pci_pm_thaw_noirq(struct device *dev) in pci_pm_thaw_noirq() function
1214 #define pci_pm_thaw_noirq NULL macro
1347 .thaw_noirq = pci_pm_thaw_noirq,
/OK3568_Linux_fs/kernel/Documentation/power/
H A Dpci.rst294 .thaw_noirq = pci_pm_thaw_noirq,
597 pci_pm_thaw_noirq()
603 The first of them, pci_pm_thaw_noirq(), is analogous to pci_pm_resume_noirq().