Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pci/
Dpci-driver.c944 struct dev_pm_ops __weak pcibios_pm_ops; variable
1015 if (pcibios_pm_ops.freeze_noirq) in pci_pm_freeze_noirq()
1016 return pcibios_pm_ops.freeze_noirq(dev); in pci_pm_freeze_noirq()
1037 if (pcibios_pm_ops.thaw_noirq) { in pci_pm_thaw_noirq()
1038 error = pcibios_pm_ops.thaw_noirq(dev); in pci_pm_thaw_noirq()
1159 if (pcibios_pm_ops.poweroff_noirq) in pci_pm_poweroff_noirq()
1160 return pcibios_pm_ops.poweroff_noirq(dev); in pci_pm_poweroff_noirq()
1175 if (pcibios_pm_ops.restore_noirq) { in pci_pm_restore_noirq()
1176 error = pcibios_pm_ops.restore_noirq(dev); in pci_pm_restore_noirq()
/Linux-v4.19/arch/s390/pci/
Dpci.c726 struct dev_pm_ops pcibios_pm_ops = { variable
/Linux-v4.19/include/linux/
Dpci.h1960 extern struct dev_pm_ops pcibios_pm_ops;