Lines Matching full:restart
31 #include <linux/reboot.h> /* For restart handler */
186 ret = wdd->ops->restart(wdd, action, data); in watchdog_restart_notifier()
221 * watchdog_set_restart_priority - Change priority of restart handler
223 * @priority: priority of the restart handler, should follow these guidelines:
224 * 0: use watchdog's restart function as last resort, has limited restart
226 * 128: default restart handler, use if no other handler is expected to be
227 * available and/or if restart is sufficient to restart the entire system
230 * If a wdd->ops->restart function is provided when watchdog_register_device is
231 * called, it will be registered as a restart handler with the priority given
318 if (wdd->ops->restart) { in __watchdog_register_device()
323 pr_warn("watchdog%d: Cannot register restart handler (%d)\n", in __watchdog_register_device()
378 if (wdd->ops->restart) in __watchdog_unregister_device()