Lines Matching +full:de +full:- +full:activated
1 // SPDX-License-Identifier: GPL-2.0-only
16 * Author(s): Arnd Bergmann (arndb@de.ibm.com)
17 * Philipp Hachtmann (phacht@de.ibm.com)
38 #define MAX_INTERVAL 3600 /* One hour should be enough - pure estimation */
42 /* Function codes - init, change, cancel */
56 MODULE_AUTHOR("Arnd Bergmann <arndb@de.ibm.com>");
57 MODULE_AUTHOR("Philipp Hachtmann <phacht@de.ibm.com>");
83 err = -EINVAL; in diag288()
116 ret = diag288_str(func, dev->timeout, wdt_cmd); in wdt_start()
119 ret = diag288(WDT_FUNC_INIT, dev->timeout, LPARWDT_RESTART, 0); in wdt_start()
123 pr_err("The watchdog cannot be activated\n"); in wdt_start()
148 ret = diag288_str(func, dev->timeout, wdt_cmd); in wdt_ping()
151 ret = diag288(WDT_FUNC_CHANGE, dev->timeout, 0, 0); in wdt_ping()
161 dev->timeout = new_to; in wdt_set_timeout()
199 return -ENOMEM; in diag288_init()
206 return -EINVAL; in diag288_init()
212 return -EINVAL; in diag288_init()
218 return -EINVAL; in diag288_init()