Searched refs:diag288 (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/watchdog/ |
D | diag288_wdt.c | 74 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()
|
D | Kconfig | 2091 tristate "System z diag288 Watchdog"
|