Home
last modified time | relevance | path

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

/openbmc/linux/kernel/power/
H A Dhibernate.c1034 static const char * const hibernation_modes[] = { variable
1080 if (!hibernation_modes[i]) in disk_show()
1097 buf += sprintf(buf, "[%s] ", hibernation_modes[i]); in disk_show()
1099 buf += sprintf(buf, "%s ", hibernation_modes[i]); in disk_show()
1123 if (len == strlen(hibernation_modes[i]) in disk_store()
1124 && !strncmp(buf, hibernation_modes[i], len)) { in disk_store()
1150 hibernation_modes[mode]); in disk_store()