Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/watchdog/
Dintel-mid_wdt.c39 static inline int wdt_command(int sub, u32 *in, int inlen) in wdt_command() function
59 ret = wdt_command(SCU_WATCHDOG_START, (u32 *)&ipc_wd_start, in_size); in wdt_start()
72 ret = wdt_command(SCU_WATCHDOG_KEEPALIVE, NULL, 0); in wdt_ping()
85 ret = wdt_command(SCU_WATCHDOG_STOP, NULL, 0); in wdt_stop()