Home
last modified time | relevance | path

Searched full:timeout (Results 1 – 25 of 248) sorted by relevance

12345678910

/Documentation/watchdog/
Dwatchdog-parameters.rst21 timeout. Setting this to a non-zero value can be useful to ensure that
43 timeout:
44 Watchdog timeout in seconds. 1<= timeout <=63, default=60.
52 timeout:
53 Watchdog timeout in seconds. (0 < timeout < 18000, default=60
61 timeout:
62 Watchdog timeout in seconds. (1<=timeout<=3600, default=30
82 timeout:
83 Watchdog timeout in seconds. (default=120)
135 Default watchdog0 timeout in 1/10secs
[all …]
Dwatchdog-kernel-api.rst55 unsigned int timeout;
83 * timeout: the watchdog timer's timeout value (in seconds).
87 * min_timeout: the watchdog timer's minimum timeout value (in seconds).
88 If set, the minimum configurable value for 'timeout'.
89 * max_timeout: the watchdog timer's maximum timeout value (in seconds),
91 'timeout'. Not used if max_hw_heartbeat_ms is non-zero.
97 if 'timeout' is larger than max_hw_heartbeat_ms, unless WDOG_ACTIVE
98 is set and userspace failed to send a heartbeat for at least 'timeout'
190 * set_timeout: this routine checks and changes the timeout of the watchdog
193 routine should set the timeout value of the watchdog_device to the
[all …]
Dmlx-wdt.rst16 Actual HW timeout can be defined as a power of 2 msec.
17 e.g. timeout 20 sec will be rounded up to 32768 msec.
18 The maximum timeout period is 32 sec (32768 msec.),
22 Actual HW timeout is defined in sec. and it's the same as
23 a user-defined timeout.
24 Maximum timeout is 255 sec.
50 initial timeout, performed action in expiration and configuration flags.
Dwatchdog-api.rst30 system (causing a reboot) after the timeout occurs.
43 timeout or margin. The simplest way to ping the watchdog is to write
58 after the timeout has passed. Watchdog devices also usually support
92 Setting and getting the timeout
95 For some drivers it is possible to modify the watchdog timeout on the
98 representing the timeout in seconds. The driver returns the real
99 timeout used in the same variable, and this timeout might differ from
102 int timeout = 45;
103 ioctl(fd, WDIOC_SETTIMEOUT, &timeout);
104 printf("The timeout was set to %d seconds\n", timeout);
[all …]
/Documentation/devicetree/bindings/watchdog/
Dcadence-wdt.txt7 - interrupts : This is wd_irq - watchdog timeout interrupt.
10 - reset-on-timeout : If this property exists, then a reset is done
12 - timeout-sec : Watchdog timeout value (in seconds).
21 reset-on-timeout;
22 timeout-sec = <10>;
Dstericsson-coh901327.txt7 - interrupts: the interrupt used for the watchdog timeout warning.
10 - timeout-sec: contains the watchdog timeout in seconds.
18 timeout-sec = <60>;
Dqcom,pm8916-wdt.txt9 - interrupts : Watchdog pre-timeout (bark) interrupt.
10 - timeout-sec : Watchdog timeout value in seconds.
25 timeout-sec = <10>;
Dqcom-wdt.txt19 - timeout-sec : shall contain the default watchdog timeout in seconds,
20 if unset, the default timeout is 30 seconds
27 timeout-sec = <10>;
Dbrcm,bcm2835-pm-wdog.txt10 - timeout-sec : Contains the watchdog timeout in seconds
17 timeout-sec = <10>;
Dsbsa-gwdt.txt4 after two stages of timeout have elapsed. A detailed definition of the
21 - timeout-sec: Watchdog timeout values (in seconds).
30 timeout-sec = <30>;
Dpnx4008-wdt.txt9 - timeout-sec: contains the watchdog timeout in seconds.
16 timeout-sec = <10>;
Dsirfsoc_wdt.txt9 - timeout-sec : Contains the watchdog timeout in seconds
17 timeout-sec = <30>;
Dsigma,smp8642-wdt.txt9 - timeout-sec: watchdog timeout in seconds
17 timeout-sec = <30>;
Dalphascale-asm9260.txt16 - timeout-sec : shall contain the default watchdog timeout in seconds,
17 if unset, the default timeout is 30 seconds.
33 timeout-sec = <30>;
Daspeed-wdt.txt16 Reset behavior - Whenever a timeout occurs the watchdog can be programmed
28 - cpu: Reset CPU on watchdog timeout
30 - soc: Reset 'System on Chip' on watchdog timeout
32 - system: Reset system on watchdog timeout
34 - none: No reset is performed on timeout. Assumes another watchdog
Dziirave-wdt.txt8 - timeout-sec: Watchdog timeout value in seconds.
17 timeout-sec = <30>;
Dmeson-wdt.txt13 - timeout-sec: contains the watchdog timeout in seconds.
20 timeout-sec = <10>;
Dts4800-wdt.txt11 - timeout-sec: contains the watchdog timeout in seconds.
23 timeout-sec = <10>;
Dsprd-wdt.txt7 - timeout-sec : Contain the default watchdog timeout in seconds.
16 timeout-sec = <12>;
Ddigicolor-wdt.txt16 - timeout-sec : Contains the watchdog timeout in seconds
24 timeout-sec = <15>;
Dfsl-imx7ulp-wdt.txt10 - timeout-sec : Contains the watchdog timeout in seconds
21 timeout-sec = <40>;
Dmtk-wdt.txt17 - timeout-sec: contains the watchdog timeout in seconds.
24 timeout-sec = <10>;
/Documentation/media/uapi/rc/
Dlirc-get-timeout.rst20 LIRC_GET_MIN_TIMEOUT / LIRC_GET_MAX_TIMEOUT - Obtain the possible timeout
26 .. c:function:: int ioctl( int fd, LIRC_GET_MIN_TIMEOUT, __u32 *timeout)
29 .. c:function:: int ioctl( int fd, LIRC_GET_MAX_TIMEOUT, __u32 *timeout)
38 ``timeout``
39 Timeout, in microseconds.
48 process. Returns an integer value with the minimum/maximum timeout
53 Some devices have a fixed timeout, in that case
54 both ioctls will return the same value even though the timeout
Dlirc-set-rec-timeout.rst20 LIRC_GET_REC_TIMEOUT/LIRC_SET_REC_TIMEOUT - Get/set the integer value for IR inactivity timeout.
25 .. c:function:: int ioctl( int fd, LIRC_GET_REC_TIMEOUT, __u32 *timeout )
28 .. c:function:: int ioctl( int fd, LIRC_SET_REC_TIMEOUT, __u32 *timeout )
37 ``timeout``
38 Timeout, in microseconds.
44 Get and set the integer value for IR inactivity timeout.
53 The range of supported timeout is given by :ref:`LIRC_GET_MIN_TIMEOUT`.
Dlirc-set-rec-timeout-reports.rst19 LIRC_SET_REC_TIMEOUT_REPORTS - enable or disable timeout reports for IR receive
34 enable = 1 means enable timeout report, enable = 0 means disable timeout
41 .. _lirc-mode2-timeout:
43 Enable or disable timeout reports for IR receive. By default, timeout reports

12345678910