Home
last modified time | relevance | path

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

/linux/drivers/watchdog/
H A Ddiag288_wdt.c38 static char wdt_cmd[MAX_CMDLEN] = DEFAULT_CMD; variable
48 module_param_string(cmd, wdt_cmd, MAX_CMDLEN, 0644);
89 ret = diag288_str(func, dev->timeout, wdt_cmd); in wdt_start()
121 ret = diag288_str(func, dev->timeout, wdt_cmd); in wdt_ping()