Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/watchdog/
Dorion_wdt.c191 if (dev->wdt.info->options & WDIOF_PRETIMEOUT) in orion_wdt_ping()
206 if (dev->wdt.info->options & WDIOF_PRETIMEOUT) in armada375_start()
215 if (dev->wdt.info->options & WDIOF_PRETIMEOUT) in armada375_start()
242 if (dev->wdt.info->options & WDIOF_PRETIMEOUT) in armada370_start()
307 if (wdt_dev->info->options & WDIOF_PRETIMEOUT) in armada375_stop()
326 if (wdt_dev->info->options & WDIOF_PRETIMEOUT) in armada370_stop()
627 orion_wdt_info.options |= WDIOF_PRETIMEOUT; in orion_wdt_probe()
Dwatchdog_hrtimer_pretimeout.c32 if (!(wdd->info->options & WDIOF_PRETIMEOUT) && in watchdog_hrtimer_pretimeout_start()
Dwatchdog_core.h69 return wdd->info->options & WDIOF_PRETIMEOUT || in watchdog_have_pretimeout()
Dsoftdog.c194 softdog_info.options |= WDIOF_PRETIMEOUT; in softdog_init()
Dimx_sc_wdt.c208 imx_sc_wdt_info.options |= WDIOF_PRETIMEOUT; in imx_sc_wdt_probe()
Dpm8916_wdt.c120 WDIOF_PRETIMEOUT,
Dkeembay_wdt.c173 WDIOF_PRETIMEOUT |
Dhpwdt.c203 .options = WDIOF_PRETIMEOUT |
Dqcom-wdt.c173 | WDIOF_PRETIMEOUT
Dimx2_wdt.c90 WDIOF_PRETIMEOUT,
Drealtek_otto_wdt.c235 WDIOF_PRETIMEOUT,
Dsprd_wdt.c258 WDIOF_PRETIMEOUT |
Dmtk_wdt.c320 WDIOF_PRETIMEOUT |
Dwatchdog_dev.c345 status |= WDIOF_PRETIMEOUT; in watchdog_get_status()
402 if (wdd->ops->set_pretimeout && (wdd->info->options & WDIOF_PRETIMEOUT)) in watchdog_set_pretimeout()
Dkempld_wdt.c424 WDIOF_PRETIMEOUT
Ddw_wdt.c345 WDIOF_PRETIMEOUT | WDIOF_MAGICCLOSE,
/linux-5.19.10/include/uapi/linux/
Dwatchdog.h48 #define WDIOF_PRETIMEOUT 0x0200 /* Pretimeout (in seconds), get/set */ macro
/linux-5.19.10/Documentation/watchdog/
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
Dwatchdog-api.rst233 WDIOF_PRETIMEOUT Pretimeout (in seconds), get/set