pcibios_pm_ops    644 arch/s390/pci/pci.c struct dev_pm_ops pcibios_pm_ops = {
pcibios_pm_ops   1005 drivers/pci/pci-driver.c struct dev_pm_ops __weak pcibios_pm_ops;
pcibios_pm_ops   1065 drivers/pci/pci-driver.c 	if (pcibios_pm_ops.freeze_noirq)
pcibios_pm_ops   1066 drivers/pci/pci-driver.c 		return pcibios_pm_ops.freeze_noirq(dev);
pcibios_pm_ops   1077 drivers/pci/pci-driver.c 	if (pcibios_pm_ops.thaw_noirq) {
pcibios_pm_ops   1078 drivers/pci/pci-driver.c 		error = pcibios_pm_ops.thaw_noirq(dev);
pcibios_pm_ops   1207 drivers/pci/pci-driver.c 	if (pcibios_pm_ops.poweroff_noirq)
pcibios_pm_ops   1208 drivers/pci/pci-driver.c 		return pcibios_pm_ops.poweroff_noirq(dev);
pcibios_pm_ops   1219 drivers/pci/pci-driver.c 	if (pcibios_pm_ops.restore_noirq) {
pcibios_pm_ops   1220 drivers/pci/pci-driver.c 		error = pcibios_pm_ops.restore_noirq(dev);
pcibios_pm_ops   2026 include/linux/pci.h extern struct dev_pm_ops pcibios_pm_ops;