Lines Matching refs:pretimeout
36 static bool pretimeout = IS_ENABLED(CONFIG_HPWDT_NMI_DECODING); variable
68 int control = 0x81 | (pretimeout ? 0x4 : 0); in hpwdt_start()
122 if (val <= wdd->pretimeout) { in hpwdt_settimeout()
124 wdd->pretimeout = 0; in hpwdt_settimeout()
125 pretimeout = 0; in hpwdt_settimeout()
149 wdd->pretimeout = val; in hpwdt_set_pretimeout()
150 pretimeout = !!val; in hpwdt_set_pretimeout()
180 if (ilo5 && !pretimeout && !mynmi) in hpwdt_pretimeout()
229 .pretimeout = PRETIMEOUT_SEC,
337 if (pretimeout && hpwdt_dev.timeout <= PRETIMEOUT_SEC) { in hpwdt_init_one()
339 pretimeout = 0; in hpwdt_init_one()
341 hpwdt_dev.pretimeout = pretimeout ? PRETIMEOUT_SEC : 0; in hpwdt_init_one()
354 pretimeout ? "on" : "off"); in hpwdt_init_one()
405 module_param(pretimeout, bool, 0);
406 MODULE_PARM_DESC(pretimeout, "Watchdog pretimeout enabled");