Home
last modified time | relevance | path

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

/linux/drivers/watchdog/
H A Ddiag288_wdt.c61 static int diag288(unsigned int func, unsigned int timeout, in diag288() function
78 return diag288(func, timeout, virt_to_phys(cmd_buf), len); in diag288_str()
92 ret = diag288(WDT_FUNC_INIT, dev->timeout, LPARWDT_RESTART, 0); in wdt_start()
104 return diag288(WDT_FUNC_CANCEL, 0, 0, 0); in wdt_stop()
124 ret = diag288(WDT_FUNC_CHANGE, dev->timeout, 0, 0); in wdt_ping()