soft_margin 34 drivers/watchdog/hpwdt.c static unsigned int soft_margin = DEFAULT_MARGIN; /* in seconds */ soft_margin 335 drivers/watchdog/hpwdt.c watchdog_init_timeout(&hpwdt_dev, soft_margin, NULL); soft_margin 391 drivers/watchdog/hpwdt.c module_param(soft_margin, int, 0); soft_margin 392 drivers/watchdog/hpwdt.c MODULE_PARM_DESC(soft_margin, "Watchdog timeout in seconds"); soft_margin 394 drivers/watchdog/hpwdt.c module_param_named(timeout, soft_margin, int, 0); soft_margin 30 drivers/watchdog/softdog.c static unsigned int soft_margin = TIMER_MARGIN; /* in seconds */ soft_margin 31 drivers/watchdog/softdog.c module_param(soft_margin, uint, 0); soft_margin 32 drivers/watchdog/softdog.c MODULE_PARM_DESC(soft_margin, soft_margin 134 drivers/watchdog/softdog.c watchdog_init_timeout(&softdog_dev, soft_margin, NULL); soft_margin 40 drivers/watchdog/wdt285.c static unsigned int soft_margin = 60; /* in seconds */ soft_margin 77 drivers/watchdog/wdt285.c reload = soft_margin * (mem_fclk_21285 / 256); soft_margin 168 drivers/watchdog/wdt285.c soft_margin = new_margin; soft_margin 169 drivers/watchdog/wdt285.c reload = soft_margin * (mem_fclk_21285 / 256); soft_margin 173 drivers/watchdog/wdt285.c ret = put_user(soft_margin, int_arg); soft_margin 206 drivers/watchdog/wdt285.c soft_margin); soft_margin 222 drivers/watchdog/wdt285.c module_param(soft_margin, int, 0); soft_margin 223 drivers/watchdog/wdt285.c MODULE_PARM_DESC(soft_margin, "Watchdog timeout in seconds");