PM_EVENT_SUSPEND  278 include/linux/pm.h #define PM_EVENT_SLEEP		(PM_EVENT_SUSPEND | PM_EVENT_HIBERNATE)
PM_EVENT_SUSPEND  279 include/linux/pm.h #define PM_EVENT_USER_SUSPEND	(PM_EVENT_USER | PM_EVENT_SUSPEND)
PM_EVENT_SUSPEND  282 include/linux/pm.h #define PM_EVENT_AUTO_SUSPEND	(PM_EVENT_AUTO | PM_EVENT_SUSPEND)
PM_EVENT_SUSPEND  288 include/linux/pm.h #define PMSG_SUSPEND	((struct pm_message){ .event = PM_EVENT_SUSPEND, })