Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/watchdog/
A 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()
A Dwatchdog_hrtimer_pretimeout.c32 if (!(wdd->info->options & WDIOF_PRETIMEOUT) && in watchdog_hrtimer_pretimeout_start()
A Dwatchdog_core.h69 return wdd->info->options & WDIOF_PRETIMEOUT || in watchdog_have_pretimeout()
A Dsoftdog.c194 softdog_info.options |= WDIOF_PRETIMEOUT; in softdog_init()
A Dimx_sc_wdt.c208 imx_sc_wdt_info.options |= WDIOF_PRETIMEOUT; in imx_sc_wdt_probe()
A Dpseries-wdt.c136 | WDIOF_PRETIMEOUT,
A Dpm8916_wdt.c127 WDIOF_PRETIMEOUT,
A Dkeembay_wdt.c173 WDIOF_PRETIMEOUT |
A Dhpwdt.c205 .options = WDIOF_PRETIMEOUT |
A Dqcom-wdt.c173 | WDIOF_PRETIMEOUT
A Drealtek_otto_wdt.c235 WDIOF_PRETIMEOUT,
A Dsprd_wdt.c258 WDIOF_PRETIMEOUT |
A Daspeed_wdt.c287 | WDIOF_PRETIMEOUT
A Dimx2_wdt.c98 WDIOF_PRETIMEOUT,
A Dmtk_wdt.c334 WDIOF_PRETIMEOUT |
A Dwatchdog_dev.c353 status |= WDIOF_PRETIMEOUT; in watchdog_get_status()
411 if (wdd->ops->set_pretimeout && (wdd->info->options & WDIOF_PRETIMEOUT)) in watchdog_set_pretimeout()
A Dkempld_wdt.c422 WDIOF_PRETIMEOUT
A Ddw_wdt.c345 WDIOF_PRETIMEOUT | WDIOF_MAGICCLOSE,
/linux-6.3-rc2/include/uapi/linux/
A Dwatchdog.h48 #define WDIOF_PRETIMEOUT 0x0200 /* Pretimeout (in seconds), get/set */ macro
/linux-6.3-rc2/tools/testing/selftests/watchdog/
A Dwatchdog-test.c114 {WDIOF_PRETIMEOUT, "Pretimeout (in seconds), get/set"},
/linux-6.3-rc2/Documentation/watchdog/
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
A Dwatchdog-api.rst233 WDIOF_PRETIMEOUT Pretimeout (in seconds), get/set

Completed in 31 milliseconds