Searched refs:soft_margin (Results 1 – 2 of 2) sorted by relevance
40 static unsigned int soft_margin = 60; /* in seconds */ variable77 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");
29 soft_margin allows the user to set the watchdog timer value.31 timeout an alias of soft_margin.