max_hw_heartbeat_ms 337 drivers/hwmon/ftsteutates.c data->wdd.max_hw_heartbeat_ms = 0xFF * 60 * MSEC_PER_SEC; max_hw_heartbeat_ms 150 drivers/watchdog/aspeed_wdt.c actual = min(timeout, wdd->max_hw_heartbeat_ms * 1000); max_hw_heartbeat_ms 263 drivers/watchdog/aspeed_wdt.c wdt->wdd.max_hw_heartbeat_ms = WDT_MAX_TIMEOUT_MS; max_hw_heartbeat_ms 247 drivers/watchdog/bd70528_wdt.c w->wdt.max_hw_heartbeat_ms = WDT_MAX_MS; max_hw_heartbeat_ms 273 drivers/watchdog/dw_wdt.c wdd->max_hw_heartbeat_ms = max_hw_heartbeat_ms 113 drivers/watchdog/ep93xx_wdt.c wdd->max_hw_heartbeat_ms = 200; max_hw_heartbeat_ms 155 drivers/watchdog/gpio_wdt.c priv->wdd.max_hw_heartbeat_ms = hw_margin; max_hw_heartbeat_ms 69 drivers/watchdog/hpwdt.c int reload = SECS_TO_TICKS(min(wdd->timeout, wdd->max_hw_heartbeat_ms/1000)); max_hw_heartbeat_ms 104 drivers/watchdog/hpwdt.c int reload = SECS_TO_TICKS(min(wdd->timeout, wdd->max_hw_heartbeat_ms/1000)); max_hw_heartbeat_ms 230 drivers/watchdog/hpwdt.c .max_hw_heartbeat_ms = HPWDT_MAX_TIMER * 1000, max_hw_heartbeat_ms 282 drivers/watchdog/imx2_wdt.c wdog->max_hw_heartbeat_ms = IMX2_WDT_MAX_TIME * 1000; max_hw_heartbeat_ms 40 drivers/watchdog/loongson1_wdt.c unsigned int max_hw_heartbeat = wdt_dev->max_hw_heartbeat_ms / 1000; max_hw_heartbeat_ms 127 drivers/watchdog/loongson1_wdt.c ls1x_wdt->max_hw_heartbeat_ms = U32_MAX / clk_rate * 1000; max_hw_heartbeat_ms 134 drivers/watchdog/max77620_wdt.c wdt_dev->max_hw_heartbeat_ms = 128 * 1000; max_hw_heartbeat_ms 175 drivers/watchdog/meson_gxbb_wdt.c data->wdt_dev.max_hw_heartbeat_ms = GXBB_WDT_TCNT_SETUP_MASK; max_hw_heartbeat_ms 197 drivers/watchdog/mpc8xxx_wdt.c ddata->wdd.max_hw_heartbeat_ms = (ddata->swtc * wdt_type->prescaler) / max_hw_heartbeat_ms 199 drivers/watchdog/mpc8xxx_wdt.c ddata->wdd.min_timeout = ddata->wdd.max_hw_heartbeat_ms / 1000; max_hw_heartbeat_ms 304 drivers/watchdog/rave-sp-wdt.c wdd->max_hw_heartbeat_ms = wdd->max_timeout * 1000; max_hw_heartbeat_ms 210 drivers/watchdog/rza_wdt.c priv->wdev.max_hw_heartbeat_ms = (1000 * U8_MAX) / rate; max_hw_heartbeat_ms 212 drivers/watchdog/rza_wdt.c priv->wdev.max_hw_heartbeat_ms); max_hw_heartbeat_ms 255 drivers/watchdog/sbsa_gwdt.c wdd->max_hw_heartbeat_ms = U32_MAX / gwdt->clk * 1000; max_hw_heartbeat_ms 294 drivers/watchdog/sbsa_gwdt.c wdd->max_hw_heartbeat_ms *= 2; max_hw_heartbeat_ms 96 drivers/watchdog/stm32_iwdg.c wdd->min_timeout, wdd->max_hw_heartbeat_ms / 1000); max_hw_heartbeat_ms 258 drivers/watchdog/stm32_iwdg.c wdd->max_hw_heartbeat_ms = ((RLR_MAX + 1) * wdt->data->max_prescaler * max_hw_heartbeat_ms 151 drivers/watchdog/tangox_wdt.c dev->wdt.max_hw_heartbeat_ms = (U32_MAX - 1) / dev->clk_rate; max_hw_heartbeat_ms 97 drivers/watchdog/tqmx86_wdt.c priv->wdd.max_hw_heartbeat_ms = 4096*1000; max_hw_heartbeat_ms 146 drivers/watchdog/ts72xx_wdt.c wdd->max_hw_heartbeat_ms = 8000; max_hw_heartbeat_ms 86 drivers/watchdog/watchdog_core.c if (!wdd->max_hw_heartbeat_ms && wdd->min_timeout > wdd->max_timeout) { max_hw_heartbeat_ms 212 drivers/watchdog/watchdog_core.c if (!wdd->ops->start || (!wdd->ops->stop && !wdd->max_hw_heartbeat_ms)) max_hw_heartbeat_ms 101 drivers/watchdog/watchdog_dev.c unsigned int hm = wdd->max_hw_heartbeat_ms; max_hw_heartbeat_ms 136 drivers/watchdog/watchdog_dev.c hw_heartbeat_ms = min_not_zero(timeout_ms, wdd->max_hw_heartbeat_ms); max_hw_heartbeat_ms 346 drivers/watchdog/wdat_wdt.c wdat->wdd.max_hw_heartbeat_ms = wdat->period * tbl->max_count; max_hw_heartbeat_ms 454 drivers/watchdog/wdat_wdt.c timeout * 1000 > wdat->wdd.max_hw_heartbeat_ms) { max_hw_heartbeat_ms 107 include/linux/watchdog.h unsigned int max_hw_heartbeat_ms; max_hw_heartbeat_ms 174 include/linux/watchdog.h (!wdd->max_hw_heartbeat_ms && wdd->max_timeout &&