Home
last modified time | relevance | path

Searched refs:max_hw_heartbeat_ms (Results 1 – 24 of 24) sorted by relevance

/Linux-v5.4/include/linux/
Dwatchdog.h107 unsigned int max_hw_heartbeat_ms; member
174 (!wdd->max_hw_heartbeat_ms && wdd->max_timeout && in watchdog_timeout_invalid()
/Linux-v5.4/drivers/watchdog/
Dloongson1_wdt.c40 unsigned int max_hw_heartbeat = wdt_dev->max_hw_heartbeat_ms / 1000; in ls1x_wdt_set_timeout()
127 ls1x_wdt->max_hw_heartbeat_ms = U32_MAX / clk_rate * 1000; in ls1x_wdt_probe()
Dhpwdt.c69 int reload = SECS_TO_TICKS(min(wdd->timeout, wdd->max_hw_heartbeat_ms/1000)); in hpwdt_start()
104 int reload = SECS_TO_TICKS(min(wdd->timeout, wdd->max_hw_heartbeat_ms/1000)); in hpwdt_ping()
230 .max_hw_heartbeat_ms = HPWDT_MAX_TIMER * 1000,
Dmpc8xxx_wdt.c197 ddata->wdd.max_hw_heartbeat_ms = (ddata->swtc * wdt_type->prescaler) / in mpc8xxx_wdt_probe()
199 ddata->wdd.min_timeout = ddata->wdd.max_hw_heartbeat_ms / 1000; in mpc8xxx_wdt_probe()
Drza_wdt.c210 priv->wdev.max_hw_heartbeat_ms = (1000 * U8_MAX) / rate; in rza_wdt_probe()
212 priv->wdev.max_hw_heartbeat_ms); in rza_wdt_probe()
Dsbsa_gwdt.c255 wdd->max_hw_heartbeat_ms = U32_MAX / gwdt->clk * 1000; in sbsa_gwdt_probe()
294 wdd->max_hw_heartbeat_ms *= 2; in sbsa_gwdt_probe()
Dstm32_iwdg.c96 wdd->min_timeout, wdd->max_hw_heartbeat_ms / 1000); in stm32_iwdg_start()
258 wdd->max_hw_heartbeat_ms = ((RLR_MAX + 1) * wdt->data->max_prescaler * in stm32_iwdg_probe()
Dwatchdog_core.c86 if (!wdd->max_hw_heartbeat_ms && wdd->min_timeout > wdd->max_timeout) { in watchdog_check_min_max_timeout()
193 if (!wdd->ops->start || (!wdd->ops->stop && !wdd->max_hw_heartbeat_ms)) in __watchdog_register_device()
Daspeed_wdt.c150 actual = min(timeout, wdd->max_hw_heartbeat_ms * 1000); in aspeed_wdt_set_timeout()
268 wdt->wdd.max_hw_heartbeat_ms = WDT_MAX_TIMEOUT_MS; in aspeed_wdt_probe()
Dep93xx_wdt.c113 wdd->max_hw_heartbeat_ms = 200; in ep93xx_wdt_probe()
Dtqmx86_wdt.c97 priv->wdd.max_hw_heartbeat_ms = 4096*1000; in tqmx86_wdt_probe()
Dts72xx_wdt.c146 wdd->max_hw_heartbeat_ms = 8000; in ts72xx_wdt_probe()
Dmax77620_wdt.c134 wdt_dev->max_hw_heartbeat_ms = 128 * 1000; in max77620_wdt_probe()
Dgpio_wdt.c155 priv->wdd.max_hw_heartbeat_ms = hw_margin; in gpio_wdt_probe()
Dmeson_gxbb_wdt.c175 data->wdt_dev.max_hw_heartbeat_ms = GXBB_WDT_TCNT_SETUP_MASK; in meson_gxbb_wdt_probe()
Dtangox_wdt.c151 dev->wdt.max_hw_heartbeat_ms = (U32_MAX - 1) / dev->clk_rate; in tangox_wdt_probe()
Drave-sp-wdt.c304 wdd->max_hw_heartbeat_ms = wdd->max_timeout * 1000; in rave_sp_wdt_probe()
Dbd70528_wdt.c247 w->wdt.max_hw_heartbeat_ms = WDT_MAX_MS; in bd70528_wdt_probe()
Ddw_wdt.c273 wdd->max_hw_heartbeat_ms = in dw_wdt_drv_probe()
Dimx2_wdt.c282 wdog->max_hw_heartbeat_ms = IMX2_WDT_MAX_TIME * 1000; in imx2_wdt_probe()
Dwatchdog_dev.c103 unsigned int hm = wdd->max_hw_heartbeat_ms; in watchdog_need_worker()
138 hw_heartbeat_ms = min_not_zero(timeout_ms, wdd->max_hw_heartbeat_ms); in watchdog_next_keepalive()
Dwdat_wdt.c339 wdat->wdd.max_hw_heartbeat_ms = wdat->period * tbl->max_count; in wdat_wdt_probe()
/Linux-v5.4/Documentation/watchdog/
Dwatchdog-kernel-api.rst60 unsigned int max_hw_heartbeat_ms;
91 'timeout'. Not used if max_hw_heartbeat_ms is non-zero.
95 * max_hw_heartbeat_ms: Maximum hardware heartbeat, in milli-seconds.
97 if 'timeout' is larger than max_hw_heartbeat_ms, unless WDOG_ACTIVE
99 seconds. max_hw_heartbeat_ms must be set if a driver does not implement
166 max_hw_heartbeat_ms.
197 Drivers implementing max_hw_heartbeat_ms set the hardware watchdog heartbeat
198 to the minimum of timeout and max_hw_heartbeat_ms. Those drivers set the
200 (if it is larger than max_hw_heartbeat_ms), or to the achieved timeout value.
/Linux-v5.4/drivers/hwmon/
Dftsteutates.c337 data->wdd.max_hw_heartbeat_ms = 0xFF * 60 * MSEC_PER_SEC; in fts_watchdog_init()