Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/watchdog/
Dsc520_wdt.c213 static int wdt_set_heartbeat(int t) in wdt_set_heartbeat() function
328 if (wdt_set_heartbeat(new_timeout)) in fop_ioctl()
394 if (wdt_set_heartbeat(timeout)) { in sc520_wdt_init()
395 wdt_set_heartbeat(WATCHDOG_TIMEOUT); in sc520_wdt_init()
Dw83627hf_wdt.c171 static int wdt_set_heartbeat(int t) in wdt_set_heartbeat() function
243 if (wdt_set_heartbeat(new_timeout)) in wdt_ioctl()
328 if (wdt_set_heartbeat(timeout)) { in wdt_init()
329 wdt_set_heartbeat(WATCHDOG_TIMEOUT); in wdt_init()
Dw83697ug_wdt.c177 static int wdt_set_heartbeat(int t) in wdt_set_heartbeat() function
258 if (wdt_set_heartbeat(new_timeout)) in wdt_ioctl()
345 if (wdt_set_heartbeat(timeout)) { in wdt_init()
346 wdt_set_heartbeat(WATCHDOG_TIMEOUT); in wdt_init()
Dw83697hf_wdt.c201 static int wdt_set_heartbeat(int t) in wdt_set_heartbeat() function
281 if (wdt_set_heartbeat(new_timeout)) in wdt_ioctl()
421 if (wdt_set_heartbeat(timeout)) { in wdt_init()
422 wdt_set_heartbeat(WATCHDOG_TIMEOUT); in wdt_init()
Dwdt.c185 static int wdt_set_heartbeat(int t) in wdt_set_heartbeat() function
392 if (wdt_set_heartbeat(new_heartbeat)) in wdt_ioctl()
602 if (wdt_set_heartbeat(heartbeat)) { in wdt_init()
603 wdt_set_heartbeat(WD_TIMO); in wdt_init()