Searched refs:soft_margin (Results 1 – 3 of 3) sorted by relevance
/drivers/watchdog/ |
D | wdt285.c | 45 static unsigned int soft_margin = 60; /* in seconds */ variable 82 reload = soft_margin * (mem_fclk_21285 / 256); in watchdog_open() 173 soft_margin = new_margin; in watchdog_ioctl() 174 reload = soft_margin * (mem_fclk_21285 / 256); in watchdog_ioctl() 178 ret = put_user(soft_margin, int_arg); in watchdog_ioctl() 211 soft_margin); in footbridge_watchdog_init() 227 module_param(soft_margin, int, 0); 228 MODULE_PARM_DESC(soft_margin, "Watchdog timeout in seconds");
|
D | softdog.c | 53 static unsigned int soft_margin = TIMER_MARGIN; /* in seconds */ variable 54 module_param(soft_margin, uint, 0); 55 MODULE_PARM_DESC(soft_margin, 170 if (soft_margin < 1 || soft_margin > 65535) { in watchdog_init() 175 softdog_dev.timeout = soft_margin; in watchdog_init() 192 soft_noboot, soft_margin, soft_panic, nowayout); in watchdog_init()
|
D | hpwdt.c | 47 static unsigned int soft_margin = DEFAULT_MARGIN; /* in seconds */ variable 437 reload = SECS_TO_TICKS(soft_margin); in hpwdt_start() 464 soft_margin = new_margin; in hpwdt_change_timer() 466 reload = SECS_TO_TICKS(soft_margin); in hpwdt_change_timer() 623 ret = put_user(soft_margin, p); in hpwdt_ioctl() 836 if (hpwdt_change_timer(soft_margin)) in hpwdt_init_one() 854 HPWDT_VERSION, soft_margin, nowayout); in hpwdt_init_one() 889 module_param(soft_margin, int, 0); 890 MODULE_PARM_DESC(soft_margin, "Watchdog timeout in seconds");
|