Home
last modified time | relevance | path

Searched refs:MAX_SUSPEND_ABORT_LEN (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dwakeup_reason.h21 #define MAX_SUSPEND_ABORT_LEN 256 macro
/OK3568_Linux_fs/kernel/kernel/power/
H A Dwakeup_reason.c64 static char non_irq_wake_reason[MAX_SUSPEND_ABORT_LEN];
234 vsnprintf(non_irq_wake_reason, MAX_SUSPEND_ABORT_LEN, fmt, args); in __log_abort_or_abnormal_wake()
/OK3568_Linux_fs/kernel/drivers/base/power/
H A Dwakeup.c948 char suspend_abort[MAX_SUSPEND_ABORT_LEN]; in pm_wakeup_pending()
964 MAX_SUSPEND_ABORT_LEN); in pm_wakeup_pending()