Searched refs:WDIOF_PRETIMEOUT (Results 1 - 21 of 21) sorted by relevance

/linux-master/drivers/watchdog/
H A Dwatchdog_core.h69 return wdd->info->options & WDIOF_PRETIMEOUT ||
H A Dwatchdog_hrtimer_pretimeout.c32 if (!(wdd->info->options & WDIOF_PRETIMEOUT) &&
H A Dorion_wdt.c189 if (dev->wdt.info->options & WDIOF_PRETIMEOUT)
204 if (dev->wdt.info->options & WDIOF_PRETIMEOUT)
213 if (dev->wdt.info->options & WDIOF_PRETIMEOUT)
240 if (dev->wdt.info->options & WDIOF_PRETIMEOUT)
305 if (wdt_dev->info->options & WDIOF_PRETIMEOUT)
324 if (wdt_dev->info->options & WDIOF_PRETIMEOUT)
625 orion_wdt_info.options |= WDIOF_PRETIMEOUT;
H A Dsoftdog.c194 softdog_info.options |= WDIOF_PRETIMEOUT;
H A Dpseries-wdt.c136 | WDIOF_PRETIMEOUT,
H A Dkeembay_wdt.c173 WDIOF_PRETIMEOUT |
H A Dpm8916_wdt.c127 WDIOF_PRETIMEOUT,
H A Dmarvell_gti_wdt.c235 .options = WDIOF_SETTIMEOUT | WDIOF_PRETIMEOUT | WDIOF_KEEPALIVEPING |
H A Dimx_sc_wdt.c211 imx_sc_wdt_info.options |= WDIOF_PRETIMEOUT;
H A Dsprd_wdt.c258 WDIOF_PRETIMEOUT |
H A Drealtek_otto_wdt.c235 WDIOF_PRETIMEOUT,
H A Dhpwdt.c201 .options = WDIOF_PRETIMEOUT |
H A Dqcom-wdt.c173 | WDIOF_PRETIMEOUT
H A Dkempld_wdt.c422 WDIOF_PRETIMEOUT
H A Dimx2_wdt.c97 WDIOF_PRETIMEOUT,
H A Daspeed_wdt.c289 | WDIOF_PRETIMEOUT
H A Dmtk_wdt.c372 WDIOF_PRETIMEOUT |
H A Dwatchdog_dev.c354 status |= WDIOF_PRETIMEOUT;
412 if (wdd->ops->set_pretimeout && (wdd->info->options & WDIOF_PRETIMEOUT))
H A Ddw_wdt.c345 WDIOF_PRETIMEOUT | WDIOF_MAGICCLOSE,
/linux-master/include/uapi/linux/
H A Dwatchdog.h48 #define WDIOF_PRETIMEOUT 0x0200 /* Pretimeout (in seconds), get/set */ macro
/linux-master/tools/testing/selftests/watchdog/
H A Dwatchdog-test.c114 {WDIOF_PRETIMEOUT, "Pretimeout (in seconds), get/set"},

Completed in 199 milliseconds