Symbol: PMSG_SUSPEND
arch/x86/kernel/apm_32.c
1212
dpm_suspend_start(PMSG_SUSPEND);
arch/x86/kernel/apm_32.c
1213
dpm_suspend_end(PMSG_SUSPEND);
arch/x86/kernel/apm_32.c
1255
dpm_suspend_end(PMSG_SUSPEND);
drivers/ata/ahci.c
1053
ata_host_suspend(host, PMSG_SUSPEND);
drivers/ata/libahci_platform.c
864
ata_host_suspend(host, PMSG_SUSPEND);
drivers/ata/libata-core.c
5388
ata_port_suspend(ap, PMSG_SUSPEND, false);
drivers/ata/libata-core.c
5481
ata_port_suspend(ap, PMSG_SUSPEND, true);
drivers/ata/pata_arasan_cf.c
939
ata_host_suspend(host, PMSG_SUSPEND);
drivers/ata/pata_imx.c
210
ata_host_suspend(host, PMSG_SUSPEND);
drivers/ata/sata_highbank.c
591
ata_host_suspend(host, PMSG_SUSPEND);
drivers/ata/sata_rcar.c
937
ata_host_suspend(host, PMSG_SUSPEND);
drivers/base/platform.c
1175
ret = platform_legacy_suspend(dev, PMSG_SUSPEND);
drivers/bluetooth/btintel_pcie.c
2653
return btintel_pcie_suspend_late(dev, PMSG_SUSPEND);
drivers/hid/i2c-hid/i2c-hid-core.c
979
ret = hid_driver_suspend(hid, PMSG_SUSPEND);
drivers/hid/surface-hid/surface_hid_core.c
243
return hid_driver_suspend(d->hid, PMSG_SUSPEND);
drivers/macintosh/adb.c
278
return __adb_suspend(to_platform_device(dev), PMSG_SUSPEND);
drivers/net/ethernet/atheros/atl1e/atl1e_main.c
2242
atl1e_suspend(pdev, PMSG_SUSPEND);
drivers/net/ethernet/atheros/atlx/atl2.c
1663
atl2_suspend(pdev, PMSG_SUSPEND);
drivers/net/ethernet/microsoft/mana/gdma_main.c
475
mana_gd_suspend(pdev, PMSG_SUSPEND);
drivers/net/usb/cdc_mbim.c
547
info->subdriver->suspend(intf, PMSG_SUSPEND);
drivers/net/usb/huawei_cdc_ncm.c
177
drvstate->subdriver->suspend(intf, PMSG_SUSPEND);
drivers/net/usb/qmi_wwan.c
924
info->subdriver->suspend(intf, PMSG_SUSPEND);
drivers/net/vmxnet3/vmxnet3_drv.c
4516
pci_enable_wake(pdev, pci_choose_state(pdev, PMSG_SUSPEND),
drivers/net/vmxnet3/vmxnet3_drv.c
4519
pci_set_power_state(pdev, pci_choose_state(pdev, PMSG_SUSPEND));
drivers/pci/pci-driver.c
824
return pci_legacy_suspend(dev, PMSG_SUSPEND);
drivers/pnp/driver.c
217
return __pnp_bus_suspend(dev, PMSG_SUSPEND);
drivers/usb/cdns3/cdns3-plat.c
295
ret = cdns3_controller_suspend(dev, PMSG_SUSPEND);
drivers/usb/chipidea/ci_hdrc_imx.c
713
ret = imx_controller_suspend(dev, PMSG_SUSPEND);
drivers/usb/core/hcd-pci.c
526
return suspend_common(dev, PMSG_SUSPEND);
drivers/usb/core/usb.c
541
return usb_suspend(dev, PMSG_SUSPEND);
drivers/usb/dwc3/core.c
2704
ret = dwc3_suspend_common(dwc, PMSG_SUSPEND);
drivers/usb/dwc3/dwc3-google.c
540
return dwc3_google_suspend(google, PMSG_SUSPEND);
drivers/usb/dwc3/dwc3-imx8mp.c
365
ret = dwc3_imx8mp_suspend(dwc3_imx, PMSG_SUSPEND);
drivers/usb/host/ehci-fsl.c
454
dev->power.power_state = PMSG_SUSPEND;
drivers/usb/host/uhci-pci.c
207
uhci_pci_resume(hcd, PMSG_SUSPEND);
drivers/usb/host/xhci-pci.c
670
if (pci_choose_state(dev, PMSG_SUSPEND) == PCI_D0)
drivers/usb/host/xhci-pci.c
718
if (pci_choose_state(dev, PMSG_SUSPEND) == PCI_D0)
drivers/usb/mtu3/mtu3_plat.c
582
return mtu3_suspend_common(dev, PMSG_SUSPEND);
drivers/usb/mtu3/mtu3_plat.c
587
return mtu3_resume_common(dev, PMSG_SUSPEND);
drivers/video/fbdev/aty/aty128fb.c
2426
return aty128_pci_suspend_late(dev, PMSG_SUSPEND);
drivers/video/fbdev/aty/atyfb_base.c
2116
return atyfb_pci_suspend_late(dev, PMSG_SUSPEND);
drivers/video/fbdev/aty/radeon_pm.c
2704
return radeonfb_pci_suspend_late(dev, PMSG_SUSPEND);
drivers/video/fbdev/nvidia/nvidia.c
1069
return nvidiafb_suspend_late(dev, PMSG_SUSPEND);
drivers/video/fbdev/savage/savagefb_driver.c
2396
return savagefb_suspend_late(dev, PMSG_SUSPEND);
kernel/power/suspend.c
427
error = dpm_suspend_late(PMSG_SUSPEND);
kernel/power/suspend.c
436
error = dpm_suspend_noirq(PMSG_SUSPEND);
kernel/power/suspend.c
523
error = dpm_suspend_start(PMSG_SUSPEND);
sound/hda/common/codec.c
2937
dev->power.power_state = PMSG_SUSPEND;
sound/hda/common/codec.c
2956
dev->power.power_state = PMSG_SUSPEND;