PM_EVENT_SUSPEND  119 drivers/ata/acard-ahci.c 	if (mesg.event & PM_EVENT_SUSPEND &&
PM_EVENT_SUSPEND  149 drivers/ata/acard-ahci.c 	if (pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) {
PM_EVENT_SUSPEND  877 drivers/ata/ahci.c 	if (pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) {
PM_EVENT_SUSPEND  766 drivers/ata/libahci_platform.c 	if (dev->power.power_state.event == PM_EVENT_SUSPEND) {
PM_EVENT_SUSPEND  603 drivers/ata/sata_highbank.c 	if (dev->power.power_state.event == PM_EVENT_SUSPEND) {
PM_EVENT_SUSPEND  805 drivers/ata/sata_inic162x.c 	if (pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) {
PM_EVENT_SUSPEND 2406 drivers/ata/sata_nv.c 	if (pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) {
PM_EVENT_SUSPEND 1338 drivers/ata/sata_sil24.c 	if (pdev->dev.power.power_state.event == PM_EVENT_SUSPEND)
PM_EVENT_SUSPEND   68 drivers/base/power/main.c 	case PM_EVENT_SUSPEND:
PM_EVENT_SUSPEND  348 drivers/base/power/main.c 	case PM_EVENT_SUSPEND:
PM_EVENT_SUSPEND  383 drivers/base/power/main.c 	case PM_EVENT_SUSPEND:
PM_EVENT_SUSPEND  417 drivers/base/power/main.c 	case PM_EVENT_SUSPEND:
PM_EVENT_SUSPEND 1217 drivers/base/power/main.c 	case PM_EVENT_SUSPEND:
PM_EVENT_SUSPEND 1971 drivers/base/power/main.c 	dev->power.direct_complete = state.event == PM_EVENT_SUSPEND &&
PM_EVENT_SUSPEND   62 drivers/clk/renesas/rcar-gen3-cpg.c 	case PM_EVENT_SUSPEND:
PM_EVENT_SUSPEND  808 drivers/clk/renesas/renesas-cpg-mssr.c 	raw_notifier_call_chain(&priv->notifiers, PM_EVENT_SUSPEND, NULL);
PM_EVENT_SUSPEND  292 drivers/gpu/drm/i915/i915_drv.c 	pm_message_t pmm = { .event = PM_EVENT_SUSPEND };
PM_EVENT_SUSPEND 1898 drivers/gpu/drm/i915/i915_drv.c 	if (WARN_ON_ONCE(state.event != PM_EVENT_SUSPEND &&
PM_EVENT_SUSPEND  356 drivers/media/platform/marvell-ccic/mmp-driver.c 	if (state.event != PM_EVENT_SUSPEND)
PM_EVENT_SUSPEND 1849 drivers/net/ethernet/dec/tulip/tulip_core.c 	if (state.event == PM_EVENT_SUSPEND && pstate != PCI_D0) {
PM_EVENT_SUSPEND 1178 drivers/pci/pci.c 	case PM_EVENT_SUSPEND:
PM_EVENT_SUSPEND  670 drivers/scsi/libsas/sas_ata.c 		if (sata->ap->pm_mesg.event == PM_EVENT_SUSPEND)
PM_EVENT_SUSPEND 1761 drivers/scsi/mesh.c 	case PM_EVENT_SUSPEND:
PM_EVENT_SUSPEND 1965 drivers/scsi/stex.c 	case PM_EVENT_SUSPEND:
PM_EVENT_SUSPEND 1351 drivers/usb/core/driver.c 			msg.event ^= (PM_EVENT_SUSPEND | PM_EVENT_RESUME);
PM_EVENT_SUSPEND 2747 drivers/usb/host/isp1362-hcd.c 	if (pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) {
PM_EVENT_SUSPEND 1751 drivers/usb/host/sl811-hcd.c 	case PM_EVENT_SUSPEND:
PM_EVENT_SUSPEND 3136 drivers/usb/host/u132-hcd.c 		case PM_EVENT_SUSPEND:
PM_EVENT_SUSPEND 2130 drivers/video/fbdev/aty/atyfb_base.c 	    pdev->dev.power.power_state.event == PM_EVENT_SUSPEND)
PM_EVENT_SUSPEND 2739 drivers/video/fbdev/aty/radeon_pm.c 	if (pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) {
PM_EVENT_SUSPEND  749 drivers/video/fbdev/fb-puv3.c 	if (dev->dev.power.power_state.event == PM_EVENT_SUSPEND) {
PM_EVENT_SUSPEND  330 drivers/video/fbdev/geode/gxfb_core.c 	if (state.event == PM_EVENT_SUSPEND) {
PM_EVENT_SUSPEND  451 drivers/video/fbdev/geode/lxfb_core.c 	if (state.event == PM_EVENT_SUSPEND) {
PM_EVENT_SUSPEND  587 drivers/video/fbdev/via/via-core.c 	if (state.event != PM_EVENT_SUSPEND)
PM_EVENT_SUSPEND  443 include/linux/pm.h #define PM_EVENT_SLEEP		(PM_EVENT_SUSPEND | PM_EVENT_HIBERNATE)
PM_EVENT_SUSPEND  444 include/linux/pm.h #define PM_EVENT_USER_SUSPEND	(PM_EVENT_USER | PM_EVENT_SUSPEND)
PM_EVENT_SUSPEND  447 include/linux/pm.h #define PM_EVENT_AUTO_SUSPEND	(PM_EVENT_AUTO | PM_EVENT_SUSPEND)
PM_EVENT_SUSPEND  454 include/linux/pm.h #define PMSG_SUSPEND	((struct pm_message){ .event = PM_EVENT_SUSPEND, })
PM_EVENT_SUSPEND  136 include/trace/events/power.h 		{ PM_EVENT_SUSPEND, "suspend" }, \