Searched refs:soft_active_on_boot (Results 1 - 1 of 1) sorted by path

/linux-master/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)
209 pr_info(" soft_reboot_cmd=%s soft_active_on_boot=%d\n",
210 soft_reboot_cmd ?: "<not set>", soft_active_on_boot);

Completed in 364 milliseconds