Home
last modified time | relevance | path

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

/kernel/power/
Dhibernate.c64 static int hibernation_mode = HIBERNATION_SHUTDOWN; variable
109 hibernation_mode = HIBERNATION_PLATFORM; in hibernation_set_ops()
110 else if (hibernation_mode == HIBERNATION_PLATFORM) in hibernation_set_ops()
111 hibernation_mode = HIBERNATION_SHUTDOWN; in hibernation_set_ops()
648 if (hibernation_mode == HIBERNATION_SUSPEND) { in power_down()
651 hibernation_mode = hibernation_ops ? in power_down()
665 switch (hibernation_mode) { in power_down()
760 error = hibernation_snapshot(hibernation_mode == HIBERNATION_PLATFORM); in hibernate()
767 if (hibernation_mode == HIBERNATION_PLATFORM) in hibernate()
778 if (hibernation_mode == HIBERNATION_TEST_RESUME) in hibernate()
[all …]