Searched refs:WDIOF_PRETIMEOUT (Results 1 – 22 of 22) sorted by relevance
/linux-6.3-rc2/drivers/watchdog/ |
A D | orion_wdt.c | 191 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 D | watchdog_hrtimer_pretimeout.c | 32 if (!(wdd->info->options & WDIOF_PRETIMEOUT) && in watchdog_hrtimer_pretimeout_start()
|
A D | watchdog_core.h | 69 return wdd->info->options & WDIOF_PRETIMEOUT || in watchdog_have_pretimeout()
|
A D | softdog.c | 194 softdog_info.options |= WDIOF_PRETIMEOUT; in softdog_init()
|
A D | imx_sc_wdt.c | 208 imx_sc_wdt_info.options |= WDIOF_PRETIMEOUT; in imx_sc_wdt_probe()
|
A D | pseries-wdt.c | 136 | WDIOF_PRETIMEOUT,
|
A D | pm8916_wdt.c | 127 WDIOF_PRETIMEOUT,
|
A D | keembay_wdt.c | 173 WDIOF_PRETIMEOUT |
|
A D | hpwdt.c | 205 .options = WDIOF_PRETIMEOUT |
|
A D | qcom-wdt.c | 173 | WDIOF_PRETIMEOUT
|
A D | realtek_otto_wdt.c | 235 WDIOF_PRETIMEOUT,
|
A D | sprd_wdt.c | 258 WDIOF_PRETIMEOUT |
|
A D | aspeed_wdt.c | 287 | WDIOF_PRETIMEOUT
|
A D | imx2_wdt.c | 98 WDIOF_PRETIMEOUT,
|
A D | mtk_wdt.c | 334 WDIOF_PRETIMEOUT |
|
A D | watchdog_dev.c | 353 status |= WDIOF_PRETIMEOUT; in watchdog_get_status() 411 if (wdd->ops->set_pretimeout && (wdd->info->options & WDIOF_PRETIMEOUT)) in watchdog_set_pretimeout()
|
A D | kempld_wdt.c | 422 WDIOF_PRETIMEOUT
|
A D | dw_wdt.c | 345 WDIOF_PRETIMEOUT | WDIOF_MAGICCLOSE,
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | watchdog.h | 48 #define WDIOF_PRETIMEOUT 0x0200 /* Pretimeout (in seconds), get/set */ macro
|
/linux-6.3-rc2/tools/testing/selftests/watchdog/ |
A D | watchdog-test.c | 114 {WDIOF_PRETIMEOUT, "Pretimeout (in seconds), get/set"},
|
/linux-6.3-rc2/Documentation/watchdog/ |
A D | watchdog-kernel-api.rst | 211 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 D | watchdog-api.rst | 233 WDIOF_PRETIMEOUT Pretimeout (in seconds), get/set
|
Completed in 31 milliseconds