PM_EVENT_SUSPEND  457 include/linux/pm.h #define PM_EVENT_SLEEP		(PM_EVENT_SUSPEND | PM_EVENT_HIBERNATE)
PM_EVENT_SUSPEND  458 include/linux/pm.h #define PM_EVENT_USER_SUSPEND	(PM_EVENT_USER | PM_EVENT_SUSPEND)
PM_EVENT_SUSPEND  461 include/linux/pm.h #define PM_EVENT_AUTO_SUSPEND	(PM_EVENT_AUTO | PM_EVENT_SUSPEND)
PM_EVENT_SUSPEND  468 include/linux/pm.h #define PMSG_SUSPEND	((struct pm_message){ .event = PM_EVENT_SUSPEND, })
PM_EVENT_SUSPEND   98 include/trace/events/power.h 		{ PM_EVENT_SUSPEND, "suspend" }, \