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;
225 atomic_notifier_call_chain(&restart_handler_list, reboot_mode, cmd); in do_kernel_restart()
992 enum reboot_mode *mode; in reboot_setup()
1005 mode = &reboot_mode; in reboot_setup()
1090 switch (reboot_mode) { in mode_show()
1119 reboot_mode = REBOOT_COLD; in mode_store()
1121 reboot_mode = REBOOT_WARM; in mode_store()
1123 reboot_mode = REBOOT_HARD; in mode_store()
1125 reboot_mode = REBOOT_SOFT; in mode_store()
1127 reboot_mode = REBOOT_GPIO; in mode_store()