Home
last modified time | relevance | path

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

/linux/drivers/watchdog/
H A Dwdt285.c40 static unsigned int soft_margin = 60; /* in seconds */ variable
77 reload = soft_margin * (mem_fclk_21285 / 256); in watchdog_open()
168 soft_margin = new_margin; in watchdog_ioctl()
169 reload = soft_margin * (mem_fclk_21285 / 256); in watchdog_ioctl()
173 ret = put_user(soft_margin, int_arg); in watchdog_ioctl()
206 soft_margin); in footbridge_watchdog_init()
220 module_param(soft_margin, int, 0);
221 MODULE_PARM_DESC(soft_margin, "Watchdog timeout in seconds");
/linux/Documentation/watchdog/
H A Dhpwdt.rst29 soft_margin allows the user to set the watchdog timer value.
31 timeout an alias of soft_margin.