Lines Matching refs:reboot_mode
35 enum reboot_mode reboot_mode DEFAULT_REBOOT_MODE;
36 EXPORT_SYMBOL_GPL(reboot_mode);
37 enum reboot_mode panic_reboot_mode = REBOOT_UNDEFINED;
247 atomic_notifier_call_chain(&restart_handler_list, reboot_mode, cmd); in do_kernel_restart()
1100 enum reboot_mode *mode; in reboot_setup()
1113 mode = &reboot_mode; in reboot_setup()
1198 switch (reboot_mode) { in mode_show()
1227 reboot_mode = REBOOT_COLD; in mode_store()
1229 reboot_mode = REBOOT_WARM; in mode_store()
1231 reboot_mode = REBOOT_HARD; in mode_store()
1233 reboot_mode = REBOOT_SOFT; in mode_store()
1235 reboot_mode = REBOOT_GPIO; in mode_store()