Home
last modified time | relevance | path

Searched refs:WDIOF_PRETIMEOUT (Results 1 – 23 of 23) sorted by relevance

/openbmc/linux/drivers/watchdog/
H A Dorion_wdt.c189 if (dev->wdt.info->options & WDIOF_PRETIMEOUT) in orion_wdt_ping()
204 if (dev->wdt.info->options & WDIOF_PRETIMEOUT) in armada375_start()
213 if (dev->wdt.info->options & WDIOF_PRETIMEOUT) in armada375_start()
240 if (dev->wdt.info->options & WDIOF_PRETIMEOUT) in armada370_start()
305 if (wdt_dev->info->options & WDIOF_PRETIMEOUT) in armada375_stop()
324 if (wdt_dev->info->options & WDIOF_PRETIMEOUT) in armada370_stop()
625 orion_wdt_info.options |= WDIOF_PRETIMEOUT; in orion_wdt_probe()
H A Dwatchdog_hrtimer_pretimeout.c32 if (!(wdd->info->options & WDIOF_PRETIMEOUT) && in watchdog_hrtimer_pretimeout_start()
H A Dwatchdog_core.h69 return wdd->info->options & WDIOF_PRETIMEOUT || in watchdog_have_pretimeout()
H A Dsoftdog.c194 softdog_info.options |= WDIOF_PRETIMEOUT; in softdog_init()
H A Dimx_sc_wdt.c208 imx_sc_wdt_info.options |= WDIOF_PRETIMEOUT; in imx_sc_wdt_probe()
H A Dpseries-wdt.c136 | WDIOF_PRETIMEOUT,
H A Dpm8916_wdt.c127 WDIOF_PRETIMEOUT,
H A Dkeembay_wdt.c173 WDIOF_PRETIMEOUT |
H A Dmarvell_gti_wdt.c228 .options = WDIOF_SETTIMEOUT | WDIOF_PRETIMEOUT | WDIOF_KEEPALIVEPING |
H A Dhpwdt.c205 .options = WDIOF_PRETIMEOUT |
H A Dqcom-wdt.c172 | WDIOF_PRETIMEOUT
H A Drealtek_otto_wdt.c235 WDIOF_PRETIMEOUT,
H A Dsprd_wdt.c258 WDIOF_PRETIMEOUT |
H A Dwatchdog_dev.c354 status |= WDIOF_PRETIMEOUT; in watchdog_get_status()
412 if (wdd->ops->set_pretimeout && (wdd->info->options & WDIOF_PRETIMEOUT)) in watchdog_set_pretimeout()
H A Daspeed_wdt.c289 | WDIOF_PRETIMEOUT
H A Dimx2_wdt.c97 WDIOF_PRETIMEOUT,
H A Dmtk_wdt.c344 WDIOF_PRETIMEOUT |
H A Dkempld_wdt.c422 WDIOF_PRETIMEOUT
H A Ddw_wdt.c345 WDIOF_PRETIMEOUT | WDIOF_MAGICCLOSE,
/openbmc/linux/include/uapi/linux/
H A Dwatchdog.h48 #define WDIOF_PRETIMEOUT 0x0200 /* Pretimeout (in seconds), get/set */ macro
/openbmc/linux/tools/testing/selftests/watchdog/
H A Dwatchdog-test.c114 {WDIOF_PRETIMEOUT, "Pretimeout (in seconds), get/set"},
/openbmc/linux/Documentation/watchdog/
H A Dwatchdog-kernel-api.rst211 If the pretimeout feature is used (WDIOF_PRETIMEOUT), then set_timeout must
222 (Note: the WDIOF_PRETIMEOUT needs to be set in the options field of the
227 set_pretimeout is not provided but WDIOF_PRETIMEOUT is set, the watchdog
H A Dwatchdog-api.rst233 WDIOF_PRETIMEOUT Pretimeout (in seconds), get/set