Searched refs:wdt_set_heartbeat (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A Dsc520_wdt.c213 static int wdt_set_heartbeat(int t) function
328 if (wdt_set_heartbeat(new_timeout))
394 if (wdt_set_heartbeat(timeout)) {
395 wdt_set_heartbeat(WATCHDOG_TIMEOUT);
H A Dw83627hf_wdt.c169 static int wdt_set_heartbeat(int t) function
241 if (wdt_set_heartbeat(new_timeout))
326 if (wdt_set_heartbeat(timeout)) {
327 wdt_set_heartbeat(WATCHDOG_TIMEOUT);
H A Dw83697hf_wdt.c201 static int wdt_set_heartbeat(int t) function
281 if (wdt_set_heartbeat(new_timeout))
421 if (wdt_set_heartbeat(timeout)) {
422 wdt_set_heartbeat(WATCHDOG_TIMEOUT);
H A Dw83697ug_wdt.c177 static int wdt_set_heartbeat(int t) function
258 if (wdt_set_heartbeat(new_timeout))
345 if (wdt_set_heartbeat(timeout)) {
346 wdt_set_heartbeat(WATCHDOG_TIMEOUT);
H A Dwdt.c177 * wdt_set_heartbeat:
185 static int wdt_set_heartbeat(int t) function
392 if (wdt_set_heartbeat(new_heartbeat))
602 if (wdt_set_heartbeat(heartbeat)) {
603 wdt_set_heartbeat(WD_TIMO);

Completed in 105 milliseconds