Home
last modified time | relevance | path

Searched refs:soft_noboot (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/watchdog/
Dsoftdog.c46 static int soft_noboot; variable
47 module_param(soft_noboot, int, 0);
48 MODULE_PARM_DESC(soft_noboot,
62 if (soft_noboot) { in softdog_fire()
157 soft_noboot, softdog_dev.timeout, soft_panic, nowayout); in softdog_init()
Ds3c2410_wdt.c79 static int soft_noboot; variable
84 module_param(soft_noboot, int, 0);
93 MODULE_PARM_DESC(soft_noboot, "Watchdog action, set to 1 to ignore reboots, 0 to reboot (default 0)…
284 if (soft_noboot) { in s3c2410wdt_start()
/Linux-v4.19/Documentation/watchdog/
Dwatchdog-parameters.txt253 soft_noboot: Watchdog action, set to 1 to ignore reboots, 0 to reboot
333 soft_noboot: Softdog action, set to 1 to ignore reboots, 0 to reboot