Searched refs:min_timeout (Results 1 - 25 of 144) sorted by relevance

123456

/linux-master/drivers/watchdog/
H A Drn5t618_wdt.c146 int min_timeout, max_timeout; local
154 min_timeout = rn5t618_wdt_map[0].time;
160 wdt->wdt_dev.min_timeout = min_timeout;
H A Drave-sp-wdt.c32 * @min_timeout: Smallest possible watchdog timeout setting
39 unsigned int min_timeout; member in struct:rave_sp_wdt_variant
229 .min_timeout = 1,
236 .min_timeout = 60,
273 wdd->min_timeout = sp_wd->variant->min_timeout;
H A Dsun4v_wdt.c87 .min_timeout = WDT_MIN_TIMEOUT,
139 * min_timeout, return -EINVAL.
141 if (*value < wdd.min_timeout * 1000)
H A Dmpc8xxx_wdt.c199 ddata->wdd.min_timeout = ddata->wdd.max_hw_heartbeat_ms / 1000;
200 if (ddata->wdd.timeout < ddata->wdd.min_timeout)
201 ddata->wdd.timeout = ddata->wdd.min_timeout;
H A Dstpmic1_wdt.c104 wdt->wdtdev.min_timeout = PMIC_WDT_MIN_TIMEOUT;
H A Debc-c384_wdt.c107 wdd->min_timeout = 1;
H A Dtqmx86_wdt.c95 priv->wdd.min_timeout = 1;
H A Dtwl4030_wdt.c72 wdt->min_timeout = 1;
H A Ddb8500_wdt.c80 .min_timeout = WATCHDOG_MIN,
H A Dstmp3xxx_rtc_wdt.c66 .min_timeout = 1,
H A Dep93xx_wdt.c109 wdd->min_timeout = 1;
H A Djz4740_wdt.c169 jz4740_wdt->min_timeout = 1;
172 jz4740_wdt->min_timeout,
H A Dimgpdc_wdt.c219 pdc_wdt->wdt_dev.min_timeout = PDC_WDT_MIN_TIMEOUT + 1;
221 pdc_wdt->wdt_dev.min_timeout = PDC_WDT_MIN_TIMEOUT;
H A Dstm32_iwdg.c97 wdd->min_timeout, wdd->max_hw_heartbeat_ms / 1000);
254 wdd->min_timeout = DIV_ROUND_UP((RLR_MIN + 1) * PR_MIN, wdt->rate);
H A Ddigicolor_wdt.c114 .min_timeout = 1,
H A Dmenf21bmc_wdt.c127 drv_data->wdt.min_timeout = BMC_WD_TIMEOUT_MIN;
H A Darm_smc_wdt.c140 wdd->min_timeout = res.a1;
H A Dsoftdog.c177 .min_timeout = 1,
H A Dretu_wdt.c121 retu_wdt->min_timeout = 0;
H A Dmsc313e_wdt.c119 priv->wdev.min_timeout = MSC313E_WDT_MIN_TIMEOUT;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dmapping.c162 unsigned long min_timeout = 0, now = jiffies; local
173 else if (!min_timeout ||
174 time_before(mi->timeout, min_timeout))
175 min_timeout = mi->timeout;
181 if (min_timeout)
182 schedule_delayed_work(&ctx->dwork, abs(min_timeout - now));
/linux-master/include/linux/
H A Dwatchdog.h70 * @min_timeout:The watchdog devices minimum timeout value (in seconds).
104 unsigned int min_timeout; member in struct:watchdog_device
181 return t > UINT_MAX / 1000 || t < wdd->min_timeout ||
/linux-master/drivers/media/rc/
H A Dir-sanyo-decoder.c213 .min_timeout = SANYO_TRAILER_SPACE,
H A Dir-jvc-decoder.c208 .min_timeout = JVC_TRAILER_SPACE,
H A Dir-rcmm-decoder.c234 .min_timeout = RCMM_PULSE_3 + RCMM_UNIT,

Completed in 389 milliseconds

123456