Lines Matching full:reboot
16 * (orderly_poweroff/reboot()) used by ACPI when handling ACPI Shutdown bus
28 * track progress of graceful requests through the means of a reboot notifier
33 * charge of triggering system wide shutdown/reboot events, there should be
42 * this driver and the shutdown/reboot is started, any further notification
50 #include <linux/reboot.h>
78 * @reboot_nb: A notifier_block optionally used to track reboot progress
105 * scmi_reboot_notifier - A reboot notifier to catch an ongoing successful
108 * @reason: The reason for the ongoing reboot
138 dev_dbg(sc->dev, "Reboot in progress...cancel delayed work.\n"); in scmi_reboot_notifier()
189 /* avoid deadlock by unregistering reboot notifier first */ in scmi_forceful_work_func()
206 * Takes care also to register a reboot notifier and to schedule a delayed work
228 /* Carry on best effort even without a reboot notifier */ in scmi_request_graceful_transition()
230 "Cannot register reboot notifier !\n"); in scmi_request_graceful_transition()
309 /* Leaving a trace in logs of who triggered the shutdown/reboot. */ in scmi_userspace_notifier()
310 dev_info(sc->dev, "Serving shutdown/reboot request: %d\n", in scmi_userspace_notifier()