Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Dsoftdog.c44 static int soft_noboot; variable
45 module_param(soft_noboot, int, 0);
46 MODULE_PARM_DESC(soft_noboot,
83 if (soft_noboot) { in softdog_fire()
208 soft_noboot, softdog_dev.timeout, soft_panic, nowayout); in softdog_init()
H A Ds3c2410_wdt.c118 static int soft_noboot; variable
123 module_param(soft_noboot, int, 0);
132 MODULE_PARM_DESC(soft_noboot, "Watchdog action, set to 1 to ignore reboots, 0 to reboot (default 0)…
424 if (soft_noboot) { in s3c2410wdt_start()
/openbmc/linux/Documentation/watchdog/
H A Dwatchdog-parameters.rst463 soft_noboot:
610 soft_noboot:
/openbmc/u-boot/doc/
H A DREADME.sifive-fu540267 [ 4.082843] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=0)