Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/watchdog/
Df71808e_wdt.c118 static unsigned int start_withtimeout; variable
119 module_param(start_withtimeout, uint, 0);
120 MODULE_PARM_DESC(start_withtimeout, "Start watchdog timer on module load with"
727 if (start_withtimeout) { in watchdog_init()
728 if (start_withtimeout <= 0 in watchdog_init()
729 || start_withtimeout > max_timeout) { in watchdog_init()
747 if (start_withtimeout > 0xff) { in watchdog_init()
752 DIV_ROUND_UP(start_withtimeout, 60)); in watchdog_init()
758 start_withtimeout); in watchdog_init()
768 start_withtimeout); in watchdog_init()