Lines Matching refs:pretimeout
38 static bool pretimeout = IS_ENABLED(CONFIG_HPWDT_NMI_DECODING); variable
71 int control = 0x81 | (pretimeout ? 0x4 : 0); in hpwdt_start()
125 if (val <= wdd->pretimeout) { in hpwdt_settimeout()
127 wdd->pretimeout = 0; in hpwdt_settimeout()
128 pretimeout = false; in hpwdt_settimeout()
152 wdd->pretimeout = val; in hpwdt_set_pretimeout()
153 pretimeout = !!val; in hpwdt_set_pretimeout()
229 .pretimeout = PRETIMEOUT_SEC,
338 pretimeout = false; in hpwdt_init_one()
342 if (pretimeout && hpwdt_dev.timeout <= PRETIMEOUT_SEC) { in hpwdt_init_one()
344 pretimeout = false; in hpwdt_init_one()
346 hpwdt_dev.pretimeout = pretimeout ? PRETIMEOUT_SEC : 0; in hpwdt_init_one()
359 pretimeout ? "on" : "off"); in hpwdt_init_one()
432 module_param(pretimeout, bool, 0);
433 MODULE_PARM_DESC(pretimeout, "Watchdog pretimeout enabled");