Searched refs:softdog_dev (Results 1 – 1 of 1) sorted by relevance
76 static struct watchdog_device softdog_dev; variable80 watchdog_notify_pretimeout(&softdog_dev); in softdog_pretimeout()126 static struct watchdog_device softdog_dev = { variable138 watchdog_init_timeout(&softdog_dev, soft_margin, NULL); in softdog_init()139 watchdog_set_nowayout(&softdog_dev, nowayout); in softdog_init()140 watchdog_stop_on_reboot(&softdog_dev); in softdog_init()152 ret = watchdog_register_device(&softdog_dev); in softdog_init()157 soft_noboot, softdog_dev.timeout, soft_panic, nowayout); in softdog_init()165 watchdog_unregister_device(&softdog_dev); in softdog_exit()