Lines Matching defs:mode
188 * normal mode of operation.
203 * Use the platform driver to switch the machine to the normal mode of
234 * Use the platform driver to switch the system to the normal mode of operation
960 * attempts to recover gracefully and make the kernel return to the normal mode
1088 * /sys/power/disk - Control hibernation mode.
1096 * hibernation mode to use. Reading from this file causes the available modes
1108 * To select a given hibernation mode it is necessary to write the mode's
1138 /* not a valid mode, continue with loop */
1159 int mode = HIBERNATION_INVALID;
1171 mode = i;
1175 if (mode != HIBERNATION_INVALID) {
1176 switch (mode) {
1183 hibernation_mode = mode;
1187 hibernation_mode = mode;
1199 pm_pr_dbg("Hibernation mode set to '%s'\n", hibernation_modes[mode]);