Lines Matching refs:pretimeout
54 unsigned int pretimeout;
79 * gov: a pointer to the assigned watchdog device pretimeout governor or NULL.
83 * pretimeout: the watchdog timer's pretimeout value (in seconds).
196 If the pretimeout feature is used (WDIOF_PRETIMEOUT), then set_timeout must
197 also take care of checking if pretimeout is still valid and set up the timer
200 * set_pretimeout: this routine checks and changes the pretimeout value of
201 the watchdog. It is optional because not all watchdogs support pretimeout
205 the watchdog". A value of 0 disables pretimeout notification.
209 watchdog_device.pretimeout, this callback can be omitted. That means if
211 infrastructure updates the pretimeout value of the watchdog_device internally
300 To raise a pretimeout notification, the following function should be used:
304 The function can be called in the interrupt context. If watchdog pretimeout
306 an action is taken by a preconfigured pretimeout governor preassigned to
307 the watchdog device. If watchdog pretimeout governor framework is not