Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Dsoftdog.c59 static bool soft_active_on_boot; variable
60 module_param(soft_active_on_boot, bool, 0000);
61 MODULE_PARM_DESC(soft_active_on_boot,
200 if (soft_active_on_boot) in softdog_init()
210 soft_reboot_cmd ?: "<not set>", soft_active_on_boot); in softdog_init()