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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/watchdog/
H A Dsc520_wdt.c209 static int wdt_set_heartbeat(int t) function
326 if(wdt_set_heartbeat(new_timeout))
391 if (wdt_set_heartbeat(timeout)) {
392 wdt_set_heartbeat(WATCHDOG_TIMEOUT);
H A Dw83627hf_wdt.c155 wdt_set_heartbeat(int t) function
216 if (wdt_set_heartbeat(new_timeout))
329 if (wdt_set_heartbeat(timeout)) {
330 wdt_set_heartbeat(WATCHDOG_TIMEOUT);
H A Dw83697hf_wdt.c185 wdt_set_heartbeat(int t) function
246 if (wdt_set_heartbeat(new_timeout))
404 if (wdt_set_heartbeat(timeout)) {
405 wdt_set_heartbeat(WATCHDOG_TIMEOUT);
H A Dwdt.c155 * wdt_set_heartbeat:
162 static int wdt_set_heartbeat(int t) function
359 if (wdt_set_heartbeat(new_heartbeat))
570 if (wdt_set_heartbeat(heartbeat)) {
571 wdt_set_heartbeat(WD_TIMO);

Completed in 99 milliseconds