Searched refs:softdog_dev (Results 1 – 1 of 1) sorted by relevance
72 static struct watchdog_device softdog_dev; variable76 watchdog_notify_pretimeout(&softdog_dev); in softdog_pretimeout()122 static struct watchdog_device softdog_dev = { variable134 watchdog_init_timeout(&softdog_dev, soft_margin, NULL); in softdog_init()135 watchdog_set_nowayout(&softdog_dev, nowayout); in softdog_init()136 watchdog_stop_on_reboot(&softdog_dev); in softdog_init()148 ret = watchdog_register_device(&softdog_dev); in softdog_init()153 soft_noboot, softdog_dev.timeout, soft_panic, nowayout); in softdog_init()161 watchdog_unregister_device(&softdog_dev); in softdog_exit()