Home
last modified time | relevance | path

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

/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 Dpseries-wdt.c136 | WDIOF_PRETIMEOUT,
H A Dimx_sc_wdt.c233 imx_sc_wdt_info.options |= WDIOF_PRETIMEOUT; in imx_sc_wdt_probe()
H A Dcgbc_wdt.c154 WDIOF_MAGICCLOSE | WDIOF_PRETIMEOUT
H A Dpm8916_wdt.c127 WDIOF_PRETIMEOUT,
H A Dkeembay_wdt.c173 WDIOF_PRETIMEOUT |
H A Dhpwdt.c201 .options = WDIOF_PRETIMEOUT |
H A Dqcom-wdt.c173 | WDIOF_PRETIMEOUT
H A Dmarvell_gti_wdt.c235 .options = WDIOF_SETTIMEOUT | WDIOF_PRETIMEOUT | WDIOF_KEEPALIVEPING |
H A Drealtek_otto_wdt.c235 WDIOF_PRETIMEOUT,
H A Dsprd_wdt.c258 WDIOF_PRETIMEOUT |
H A Dstm32_iwdg.c259 WDIOF_PRETIMEOUT,
H A Daspeed_wdt.c289 | WDIOF_PRETIMEOUT
H A Dimx2_wdt.c97 WDIOF_PRETIMEOUT,
H A Dmtk_wdt.c383 WDIOF_PRETIMEOUT |
H A Dkempld_wdt.c422 WDIOF_PRETIMEOUT
H A Ddw_wdt.c345 WDIOF_PRETIMEOUT | WDIOF_MAGICCLOSE,
/linux/include/uapi/linux/
H A Dwatchdog.h48 #define WDIOF_PRETIMEOUT 0x0200 /* Pretimeout (in seconds), get/set */ macro
/linux/tools/testing/selftests/watchdog/
H A Dwatchdog-test.c114 {WDIOF_PRETIMEOUT, "Pretimeout (in seconds), get/set"},
/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