Lines Matching full:watchdog
2 * Blackfin On-Chip Watchdog Driver
20 #include <linux/watchdog.h>
64 * bfin_wdt_keepalive - Keep the Userspace Watchdog Alive
66 * The Userspace watchdog got a KeepAlive: schedule the next timeout.
76 * bfin_wdt_stop - Stop the Watchdog
78 * Stops the on-chip watchdog.
88 * bfin_wdt_start - Start the Watchdog
90 * Starts the on-chip watchdog. Automatically loads WDOG_CNT
101 * bfin_wdt_running - Check Watchdog status
103 * See if the watchdog is running.
112 * bfin_wdt_set_timeout - Set the Userspace Watchdog timeout
116 * terms which is what the on-chip Watchdog requires.
153 * Watchdog device is opened and started.
176 * Watchdog device is closed and stopped.
186 "Unexpected close, not stopping watchdog!\n"); in bfin_wdt_release()
201 * Pings the watchdog on write.
232 * @cmd: watchdog command
236 * watchdog API.
297 * bfin_wdt_suspend - suspend the watchdog
301 * Remember if the watchdog was running and stop it.
303 * standard in the watchdog world ...
316 * bfin_wdt_resume - resume the watchdog
319 * If the watchdog was running, turn it back on.
348 .name = "watchdog",
353 .identity = "Blackfin Watchdog",
473 MODULE_DESCRIPTION("Blackfin Watchdog Device Driver");
479 "Watchdog timeout in seconds. (1<=timeout<=((2^32)/SCLK), default="
484 "Watchdog cannot be stopped once started (default="