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>
79 * @reboot_nb: A notifier_block optionally used to track reboot progress
108 * scmi_reboot_notifier - A reboot notifier to catch an ongoing successful
111 * @reason: The reason for the ongoing reboot
141 dev_dbg(sc->dev, "Reboot in progress...cancel delayed work.\n"); in scmi_reboot_notifier()
192 /* avoid deadlock by unregistering reboot notifier first */ in scmi_forceful_work_func()
209 * Takes care also to register a reboot notifier and to schedule a delayed work
231 /* Carry on best effort even without a reboot notifier */ in scmi_request_graceful_transition()
233 "Cannot register reboot notifier !\n"); in scmi_request_graceful_transition()
316 /* Leaving a trace in logs of who triggered the shutdown/reboot. */ in scmi_userspace_notifier()
317 dev_info(sc->dev, "Serving shutdown/reboot request: %d\n", in scmi_userspace_notifier()