Searched refs:WDT_FUNC_INIT (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/watchdog/
H A Ddiag288_wdt.c45 #define WDT_FUNC_INIT 0 macro
126 func = conceal_on ? (WDT_FUNC_INIT | WDT_FUNC_CONCEAL) wdt_start()
127 : WDT_FUNC_INIT; wdt_start()
132 ret = __diag288_lpar(WDT_FUNC_INIT, wdt_start()
174 func = conceal_on ? (WDT_FUNC_INIT | WDT_FUNC_CONCEAL) wdt_ping()
175 : WDT_FUNC_INIT; wdt_ping()
275 if (__diag288_vm(WDT_FUNC_INIT, 15, diag288_init()
281 if (__diag288_lpar(WDT_FUNC_INIT, 30, LPARWDT_RESTART)) { diag288_init()

Completed in 41 milliseconds