Searched refs:WDIOF_PRETIMEOUT (Results 1 – 23 of 23) sorted by relevance
/linux-6.12.1/drivers/watchdog/ |
D | orion_wdt.c | 189 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()
|
D | watchdog_hrtimer_pretimeout.c | 32 if (!(wdd->info->options & WDIOF_PRETIMEOUT) && in watchdog_hrtimer_pretimeout_start()
|
D | watchdog_core.h | 69 return wdd->info->options & WDIOF_PRETIMEOUT || in watchdog_have_pretimeout()
|
D | softdog.c | 194 softdog_info.options |= WDIOF_PRETIMEOUT; in softdog_init()
|
D | imx_sc_wdt.c | 233 imx_sc_wdt_info.options |= WDIOF_PRETIMEOUT; in imx_sc_wdt_probe()
|
D | pseries-wdt.c | 136 | WDIOF_PRETIMEOUT,
|
D | pm8916_wdt.c | 127 WDIOF_PRETIMEOUT,
|
D | keembay_wdt.c | 173 WDIOF_PRETIMEOUT |
|
D | marvell_gti_wdt.c | 235 .options = WDIOF_SETTIMEOUT | WDIOF_PRETIMEOUT | WDIOF_KEEPALIVEPING |
|
D | hpwdt.c | 201 .options = WDIOF_PRETIMEOUT |
|
D | qcom-wdt.c | 173 | WDIOF_PRETIMEOUT
|
D | realtek_otto_wdt.c | 235 WDIOF_PRETIMEOUT,
|
D | sprd_wdt.c | 258 WDIOF_PRETIMEOUT |
|
D | watchdog_dev.c | 354 status |= WDIOF_PRETIMEOUT; in watchdog_get_status() 412 if (wdd->ops->set_pretimeout && (wdd->info->options & WDIOF_PRETIMEOUT)) in watchdog_set_pretimeout()
|
D | imx2_wdt.c | 97 WDIOF_PRETIMEOUT,
|
D | aspeed_wdt.c | 289 | WDIOF_PRETIMEOUT
|
D | mtk_wdt.c | 372 WDIOF_PRETIMEOUT |
|
D | kempld_wdt.c | 422 WDIOF_PRETIMEOUT
|
D | dw_wdt.c | 345 WDIOF_PRETIMEOUT | WDIOF_MAGICCLOSE,
|
/linux-6.12.1/include/uapi/linux/ |
D | watchdog.h | 48 #define WDIOF_PRETIMEOUT 0x0200 /* Pretimeout (in seconds), get/set */ macro
|
/linux-6.12.1/tools/testing/selftests/watchdog/ |
D | watchdog-test.c | 114 {WDIOF_PRETIMEOUT, "Pretimeout (in seconds), get/set"},
|
/linux-6.12.1/Documentation/watchdog/ |
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
|
D | watchdog-api.rst | 233 WDIOF_PRETIMEOUT Pretimeout (in seconds), get/set
|