Lines Matching refs:reboot_mode
35 enum reboot_mode reboot_mode DEFAULT_REBOOT_MODE;
36 enum reboot_mode panic_reboot_mode = REBOOT_UNDEFINED;
216 atomic_notifier_call_chain(&restart_handler_list, reboot_mode, cmd); in do_kernel_restart()
603 enum reboot_mode *mode; in reboot_setup()
616 mode = &reboot_mode; in reboot_setup()
701 switch (reboot_mode) { in mode_show()
730 reboot_mode = REBOOT_COLD; in mode_store()
732 reboot_mode = REBOOT_WARM; in mode_store()
734 reboot_mode = REBOOT_HARD; in mode_store()
736 reboot_mode = REBOOT_SOFT; in mode_store()
738 reboot_mode = REBOOT_GPIO; in mode_store()