Home
last modified time | relevance | path

Searched refs:min_timeout (Results 1 – 25 of 145) sorted by relevance

123456

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dmapping.c162 unsigned long min_timeout = 0, now = jiffies; in mapping_work_handler() local
173 else if (!min_timeout || in mapping_work_handler()
174 time_before(mi->timeout, min_timeout)) in mapping_work_handler()
175 min_timeout = mi->timeout; in mapping_work_handler()
181 if (min_timeout) in mapping_work_handler()
182 schedule_delayed_work(&ctx->dwork, abs(min_timeout - now)); in mapping_work_handler()
/openbmc/linux/drivers/watchdog/
H A Drave-sp-wdt.c39 unsigned int min_timeout; member
229 .min_timeout = 1,
236 .min_timeout = 60,
273 wdd->min_timeout = sp_wd->variant->min_timeout; in rave_sp_wdt_probe()
H A Drn5t618_wdt.c146 int min_timeout, max_timeout; in rn5t618_wdt_probe() local
154 min_timeout = rn5t618_wdt_map[0].time; in rn5t618_wdt_probe()
160 wdt->wdt_dev.min_timeout = min_timeout; in rn5t618_wdt_probe()
H A Dmpc8xxx_wdt.c199 ddata->wdd.min_timeout = ddata->wdd.max_hw_heartbeat_ms / 1000; in mpc8xxx_wdt_probe()
200 if (ddata->wdd.timeout < ddata->wdd.min_timeout) in mpc8xxx_wdt_probe()
201 ddata->wdd.timeout = ddata->wdd.min_timeout; in mpc8xxx_wdt_probe()
H A Dsun4v_wdt.c87 .min_timeout = WDT_MIN_TIMEOUT,
141 if (*value < wdd.min_timeout * 1000) in sun4v_wdt_init()
H A Djz4740_wdt.c169 jz4740_wdt->min_timeout = 1; in jz4740_wdt_probe()
172 jz4740_wdt->min_timeout, in jz4740_wdt_probe()
H A Dimgpdc_wdt.c219 pdc_wdt->wdt_dev.min_timeout = PDC_WDT_MIN_TIMEOUT + 1; in pdc_wdt_probe()
221 pdc_wdt->wdt_dev.min_timeout = PDC_WDT_MIN_TIMEOUT; in pdc_wdt_probe()
H A Dstm32_iwdg.c97 wdd->min_timeout, wdd->max_hw_heartbeat_ms / 1000); in stm32_iwdg_start()
254 wdd->min_timeout = DIV_ROUND_UP((RLR_MIN + 1) * PR_MIN, wdt->rate); in stm32_iwdg_probe()
H A Dwatchdog_core.c94 if (!wdd->max_hw_heartbeat_ms && wdd->min_timeout > wdd->max_timeout) { in watchdog_check_min_max_timeout()
96 wdd->min_timeout = 0; in watchdog_check_min_max_timeout()
H A Dtwl4030_wdt.c72 wdt->min_timeout = 1; in twl4030_wdt_probe()
H A Debc-c384_wdt.c107 wdd->min_timeout = 1; in ebc_c384_wdt_probe()
H A Dsprd_wdt.c230 if (new_pretimeout < wdd->min_timeout) in sprd_wdt_set_pretimeout()
304 wdt->wdd.min_timeout = SPRD_WDT_MIN_TIMEOUT; in sprd_wdt_probe()
H A Ddb8500_wdt.c80 .min_timeout = WATCHDOG_MIN,
H A Dep93xx_wdt.c109 wdd->min_timeout = 1; in ep93xx_wdt_probe()
H A Dtqmx86_wdt.c95 priv->wdd.min_timeout = 1; in tqmx86_wdt_probe()
H A Dstmp3xxx_rtc_wdt.c66 .min_timeout = 1,
H A Dstpmic1_wdt.c104 wdt->wdtdev.min_timeout = PMIC_WDT_MIN_TIMEOUT; in pmic_wdt_probe()
H A Dretu_wdt.c121 retu_wdt->min_timeout = 0; in retu_wdt_probe()
H A Drtd119x_wdt.c118 data->wdt_dev.min_timeout = 1; in rtd119x_wdt_probe()
H A Dts72xx_wdt.c143 wdd->min_timeout = 1; in ts72xx_wdt_probe()
H A Dmoxart_wdt.c124 moxart_wdt->dev.min_timeout = 1; in moxart_wdt_probe()
H A Dwm8350_wdt.c136 .min_timeout = 1,
H A Dsoftdog.c177 .min_timeout = 1,
/openbmc/linux/include/linux/
H A Dwatchdog.h104 unsigned int min_timeout; member
181 return t > UINT_MAX / 1000 || t < wdd->min_timeout || in watchdog_timeout_invalid()
/openbmc/linux/drivers/media/rc/
H A Drc-ir-raw.c267 if (timeout < handler->min_timeout) in change_protocol()
268 timeout = handler->min_timeout; in change_protocol()
278 if (timeout < dev->min_timeout) in change_protocol()
279 timeout = dev->min_timeout; in change_protocol()

123456