Lines Matching full:shutdown
79 * at shutdown. This is used to stop any idling DMA operations
284 * Shutdown everything and perform a clean reboot.
313 * Shutdown everything and perform a clean system halt.
703 * Shutdown everything and perform a clean system power_off.
884 pr_warn("Failed to start orderly shutdown: forcing the issue\n"); in __orderly_poweroff()
889 * emergency shutdown? in __orderly_poweroff()
911 * This may be called from any context to trigger a system shutdown.
912 * If the orderly shutdown fails, it will force an immediate shutdown.
945 return "shutdown"; in hw_protection_action_str()
994 * hw_failure_emergency_schedule - Schedule an emergency system shutdown or reboot
999 * This may be called from any critical situation to trigger a system shutdown
1014 * __hw_protection_trigger - Trigger an emergency system shutdown or reboot
1016 * @reason: Reason of emergency shutdown or reboot to be printed.
1017 * @ms_until_forced: Time to wait for orderly shutdown or reboot before
1019 * shutdown or reboot.
1022 * Initiate an emergency system shutdown or reboot in order to protect
1024 * NOTE: The request is ignored if protection shutdown or reboot is already
1026 * shutdown/reboot.
1039 /* Shutdown should be initiated only once. */ in __hw_protection_trigger()
1044 * Queue a backup emergency shutdown in the event of in __hw_protection_trigger()
1058 if (sysfs_streq(str, "shutdown")) in hw_protection_action_parse()