Searched defs:wdt_set_heartbeat (Results 1 - 2 of 2) sorted by relevance

/drivers/watchdog/
H A Dsc520_wdt.c209 static int wdt_set_heartbeat(int t) function
323 if (wdt_set_heartbeat(new_timeout))
389 if (wdt_set_heartbeat(timeout)) {
390 wdt_set_heartbeat(WATCHDOG_TIMEOUT);
H A Dwdt.c178 * wdt_set_heartbeat:
186 static int wdt_set_heartbeat(int t) function
393 if (wdt_set_heartbeat(new_heartbeat))
602 if (wdt_set_heartbeat(heartbeat)) {
603 wdt_set_heartbeat(WD_TIMO);

Completed in 56 milliseconds