Home
last modified time | relevance | path

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

1234567891011

/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 …]
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.
28 Same as Type 2 with extended maximum timeout period.
29 Maximum timeout is 65535 sec.
59 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 …]
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 …]
/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>;
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>;
Ddigicolor-wdt.txt16 - timeout-sec : Contains the watchdog timeout in seconds
24 timeout-sec = <15>;
Dsprd-wdt.txt7 - timeout-sec : Contain the default watchdog timeout in seconds.
16 timeout-sec = <12>;
Ddavinci-wdt.txt8 - timeout-sec : Contains the watchdog timeout in seconds
22 timeout-sec = <30>;
Dnuvoton,npcm-wdt.txt4 The watchdog supports a pre-timeout interrupt that fires 10ms before the
19 - timeout-sec : Contains the watchdog timeout in seconds
/Documentation/userspace-api/media/rc/
Dlirc-get-timeout.rst14 LIRC_GET_MIN_TIMEOUT / LIRC_GET_MAX_TIMEOUT - Obtain the possible timeout
22 ``int ioctl(int fd, LIRC_GET_MIN_TIMEOUT, __u32 *timeout)``
26 ``int ioctl(int fd, LIRC_GET_MAX_TIMEOUT, __u32 *timeout)``
34 ``timeout``
35 Timeout, in microseconds.
43 process. Returns an integer value with the minimum/maximum timeout
48 Some devices have a fixed timeout, in that case
49 both ioctls will return the same value even though the timeout
Dlirc-set-rec-timeout.rst14 LIRC_GET_REC_TIMEOUT/LIRC_SET_REC_TIMEOUT - Get/set the integer value for IR inactivity timeout.
21 ``int ioctl(int fd, LIRC_GET_REC_TIMEOUT, __u32 *timeout)``
25 ``int ioctl(int fd, LIRC_SET_REC_TIMEOUT, __u32 *timeout)``
33 ``timeout``
34 Timeout, in microseconds.
39 Get and set the integer value for IR inactivity timeout.
48 The range of supported timeout is given by :ref:`LIRC_GET_MIN_TIMEOUT`.
Dlirc-set-rec-timeout-reports.rst13 LIRC_SET_REC_TIMEOUT_REPORTS - enable or disable timeout reports for IR receive
29 enable = 1 means enable timeout report, enable = 0 means disable timeout
35 .. _lirc-mode2-timeout:
37 Enable or disable timeout reports for IR receive. By default, timeout reports
Dlirc-func.rst19 lirc-get-timeout
20 lirc-set-rec-timeout
25 lirc-set-rec-timeout-reports

1234567891011