Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/watchdog/
Ddiag288_wdt.c74 static int diag288(unsigned int func, unsigned int timeout, in diag288() function
105 return diag288(func, timeout, virt_to_phys(cmd_buf), len); in diag288_str()
119 ret = diag288(WDT_FUNC_INIT, dev->timeout, LPARWDT_RESTART, 0); in wdt_start()
131 return diag288(WDT_FUNC_CANCEL, 0, 0, 0); in wdt_stop()
151 ret = diag288(WDT_FUNC_CHANGE, dev->timeout, 0, 0); in wdt_ping()
209 if (diag288(WDT_FUNC_INIT, WDT_DEFAULT_TIMEOUT, in diag288_init()
216 if (diag288(WDT_FUNC_CANCEL, 0, 0, 0)) { in diag288_init()
DKconfig2091 tristate "System z diag288 Watchdog"