Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/power/
H A Dhibernate.c1079 static const char *const hibernation_modes[] = { variable
1123 if (!hibernation_modes[i]) { in disk_show()
1144 buf += sprintf(buf, "[%s] ", hibernation_modes[i]); in disk_show()
1146 buf += sprintf(buf, "%s ", hibernation_modes[i]); in disk_show()
1170 if (len == strlen(hibernation_modes[i]) && !strncmp(buf, hibernation_modes[i], len)) { in disk_store()
1199 pm_pr_dbg("Hibernation mode set to '%s'\n", hibernation_modes[mode]); in disk_store()

Completed in 3 milliseconds