Home
last modified time | relevance | path

Searched refs:pcibios_pm_ops (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/pci/
Dpci-driver.c1001 struct dev_pm_ops __weak pcibios_pm_ops; variable
1061 if (pcibios_pm_ops.freeze_noirq) in pci_pm_freeze_noirq()
1062 return pcibios_pm_ops.freeze_noirq(dev); in pci_pm_freeze_noirq()
1073 if (pcibios_pm_ops.thaw_noirq) { in pci_pm_thaw_noirq()
1074 error = pcibios_pm_ops.thaw_noirq(dev); in pci_pm_thaw_noirq()
1198 if (pcibios_pm_ops.poweroff_noirq) in pci_pm_poweroff_noirq()
1199 return pcibios_pm_ops.poweroff_noirq(dev); in pci_pm_poweroff_noirq()
1210 if (pcibios_pm_ops.restore_noirq) { in pci_pm_restore_noirq()
1211 error = pcibios_pm_ops.restore_noirq(dev); in pci_pm_restore_noirq()
/Linux-v5.4/arch/s390/pci/
Dpci.c644 struct dev_pm_ops pcibios_pm_ops = { variable
/Linux-v5.4/include/linux/
Dpci.h2026 extern struct dev_pm_ops pcibios_pm_ops;