Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/power/
H A Dhibernate.c74 static int hibernation_mode = HIBERNATION_SHUTDOWN; variable
111 hibernation_mode = HIBERNATION_PLATFORM; in hibernation_set_ops()
112 } else if (hibernation_mode == HIBERNATION_PLATFORM) { in hibernation_set_ops()
113 hibernation_mode = HIBERNATION_SHUTDOWN; in hibernation_set_ops()
667 * depending on the value of hibernation_mode.
674 if (hibernation_mode == HIBERNATION_SUSPEND) { in power_down()
677 hibernation_mode = hibernation_ops ? HIBERNATION_PLATFORM : HIBERNATION_SHUTDOWN; in power_down()
690 switch (hibernation_mode) { in power_down()
783 error = hibernation_snapshot(hibernation_mode == HIBERNATION_PLATFORM); in hibernate()
791 if (hibernation_mode in hibernate()
[all...]

Completed in 1 milliseconds