Searched refs:soft_margin (Results 1 – 3 of 3) sorted by relevance
/drivers/watchdog/ |
D | wdt285.c | 40 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() 222 module_param(soft_margin, int, 0); 223 MODULE_PARM_DESC(soft_margin, "Watchdog timeout in seconds");
|
D | softdog.c | 30 static unsigned int soft_margin = TIMER_MARGIN; /* in seconds */ variable 31 module_param(soft_margin, uint, 0); 32 MODULE_PARM_DESC(soft_margin, 134 watchdog_init_timeout(&softdog_dev, soft_margin, NULL); in softdog_init()
|
D | hpwdt.c | 34 static unsigned int soft_margin = DEFAULT_MARGIN; /* in seconds */ variable 335 watchdog_init_timeout(&hpwdt_dev, soft_margin, NULL); in hpwdt_init_one() 391 module_param(soft_margin, int, 0); 392 MODULE_PARM_DESC(soft_margin, "Watchdog timeout in seconds"); 394 module_param_named(timeout, soft_margin, int, 0);
|