Lines Matching refs:pretimeout
39 static bool pretimeout = IS_ENABLED(CONFIG_HPWDT_NMI_DECODING);
59 int control = 0x81 | (pretimeout ? 0x4 : 0); in hpwdt_start()
107 if (val <= wdd->pretimeout) { in hpwdt_settimeout()
109 wdd->pretimeout = 0; in hpwdt_settimeout()
110 pretimeout = 0; in hpwdt_settimeout()
134 wdd->pretimeout = val; in hpwdt_set_pretimeout()
135 pretimeout = !!val; in hpwdt_set_pretimeout()
165 if (ilo5 && !pretimeout) in hpwdt_pretimeout()
209 .pretimeout = PRETIMEOUT_SEC,
372 module_param(pretimeout, bool, 0);
373 MODULE_PARM_DESC(pretimeout, "Watchdog pretimeout enabled");