Home
last modified time | relevance | path

Searched refs:WATCHDOG_TIMEOUT (Results 1 – 22 of 22) sorted by relevance

/drivers/watchdog/
Debc-c384_wdt.c27 #define WATCHDOG_TIMEOUT 60 macro
46 __MODULE_STRING(WATCHDOG_TIMEOUT) ")");
114 wdd->timeout = WATCHDOG_TIMEOUT; in ebc_c384_wdt_probe()
122 timeout, WATCHDOG_TIMEOUT); in ebc_c384_wdt_probe()
Dsc520_wdt.c91 #define WATCHDOG_TIMEOUT 30 /* 30 sec default timeout */ macro
93 static int timeout = WATCHDOG_TIMEOUT;
97 __MODULE_STRING(WATCHDOG_TIMEOUT) ")");
390 wdt_set_heartbeat(WATCHDOG_TIMEOUT); in sc520_wdt_init()
392 WATCHDOG_TIMEOUT); in sc520_wdt_init()
Dib700wdt.c98 #define WATCHDOG_TIMEOUT 30 /* 30 seconds +/- 20% */ macro
99 static int timeout = WATCHDOG_TIMEOUT; /* in seconds */
103 __MODULE_STRING(WATCHDOG_TIMEOUT) ".");
301 ibwdt_set_heartbeat(WATCHDOG_TIMEOUT); in ibwdt_probe()
Dadvantechwdt.c48 #define WATCHDOG_TIMEOUT 60 /* 60 sec default timeout */ macro
74 static int timeout = WATCHDOG_TIMEOUT; /* in seconds */
78 __MODULE_STRING(WATCHDOG_TIMEOUT) ".");
263 advwdt_set_heartbeat(WATCHDOG_TIMEOUT); in advwdt_probe()
Dw83877f_wdt.c85 #define WATCHDOG_TIMEOUT 30 /* 30 sec default timeout */ macro
87 static int timeout = WATCHDOG_TIMEOUT;
91 __MODULE_STRING(WATCHDOG_TIMEOUT) ")");
357 timeout = WATCHDOG_TIMEOUT; in w83877f_wdt_init()
Dalim1535_wdt.c27 #define WATCHDOG_TIMEOUT 60 /* 60 sec default timeout */ macro
37 static int timeout = WATCHDOG_TIMEOUT;
41 __MODULE_STRING(WATCHDOG_TIMEOUT) ")");
401 timeout = WATCHDOG_TIMEOUT; in watchdog_init()
Dsbc60xxwdt.c101 #define WATCHDOG_TIMEOUT 30 /* 30 sec default timeout */ macro
102 static int timeout = WATCHDOG_TIMEOUT; /* in seconds, multiplied by HZ to
107 __MODULE_STRING(WATCHDOG_TIMEOUT) ")");
336 timeout = WATCHDOG_TIMEOUT; in sbc60xxwdt_init()
Drc32434_wdt.c60 #define WATCHDOG_TIMEOUT 20 macro
62 static int timeout = WATCHDOG_TIMEOUT;
65 __MODULE_STRING(WATCHDOG_TIMEOUT) ")");
288 rc32434_wdt_set(WATCHDOG_TIMEOUT); in rc32434_wdt_probe()
Dux500_wdt.c23 #define WATCHDOG_TIMEOUT 600 /* 10 minutes */ macro
29 static unsigned int timeout = WATCHDOG_TIMEOUT;
33 __MODULE_STRING(WATCHDOG_TIMEOUT) ".");
Dxen_wdt.c41 #define WATCHDOG_TIMEOUT 60 /* in seconds */ macro
42 static unsigned int timeout = WATCHDOG_TIMEOUT;
45 "(default=" __MODULE_STRING(WATCHDOG_TIMEOUT) ")");
255 timeout = WATCHDOG_TIMEOUT; in xen_wdt_probe()
Dalim7101_wdt.c60 #define WATCHDOG_TIMEOUT 30 /* 30 sec default timeout */ macro
62 static int timeout = WATCHDOG_TIMEOUT;
66 __MODULE_STRING(WATCHDOG_TIMEOUT) ")");
396 timeout = WATCHDOG_TIMEOUT; in alim7101_wdt_init()
DiTCO_wdt.c116 #define WATCHDOG_TIMEOUT 30 /* 30 sec default heartbeat */ macro
117 static int heartbeat = WATCHDOG_TIMEOUT; /* in seconds */
121 __MODULE_STRING(WATCHDOG_TIMEOUT) ")");
533 p->wddev.timeout = WATCHDOG_TIMEOUT; in iTCO_wdt_probe()
546 iTCO_wdt_set_timeout(&p->wddev, WATCHDOG_TIMEOUT); in iTCO_wdt_probe()
548 WATCHDOG_TIMEOUT); in iTCO_wdt_probe()
Dgeodewdt.c35 #define WATCHDOG_TIMEOUT 60 macro
37 static int timeout = WATCHDOG_TIMEOUT;
41 __MODULE_STRING(WATCHDOG_TIMEOUT) ".");
Dsch311x_wdt.c70 #define WATCHDOG_TIMEOUT 60 /* 60 sec default timeout */ macro
71 static int timeout = WATCHDOG_TIMEOUT; /* in seconds */
75 __MODULE_STRING(WATCHDOG_TIMEOUT) ".");
399 sch311x_wdt_set_heartbeat(WATCHDOG_TIMEOUT); in sch311x_wdt_probe()
Dbfin_wdt.c49 #define WATCHDOG_TIMEOUT 20 macro
51 static unsigned int timeout = WATCHDOG_TIMEOUT;
471 __MODULE_STRING(WATCHDOG_TIMEOUT) ")");
Dsbc_epx_c3.c35 #define WATCHDOG_TIMEOUT 1 /* 1 sec default timeout */ macro
143 return put_user(WATCHDOG_TIMEOUT, argp); in epx_c3_ioctl()
Dindydog.c34 #define WATCHDOG_TIMEOUT 30 /* 30 sec default timeout */ macro
139 return put_user(WATCHDOG_TIMEOUT, (int *)arg); in indydog_ioctl()
Dw83627hf_wdt.c43 #define WATCHDOG_TIMEOUT 60 /* 60 sec default timeout */ macro
59 __MODULE_STRING(WATCHDOG_TIMEOUT) ".");
323 .timeout = WATCHDOG_TIMEOUT,
Dpnx833x_wdt.c35 #define WATCHDOG_TIMEOUT 30 /* 30 sec Maximum timeout */ macro
37 #define PNX_WATCHDOG_TIMEOUT (WATCHDOG_TIMEOUT * WATCHDOG_COUNT_FREQUENCY)
Df71808e_wdt.c83 #define WATCHDOG_TIMEOUT 60 /* 1 minute default timeout */ macro
95 static int timeout = WATCHDOG_TIMEOUT; /* default timeout in seconds */
100 __MODULE_STRING(WATCHDOG_TIMEOUT) ")");
/drivers/staging/irda/include/net/irda/
Dtimer.h73 #define WATCHDOG_TIMEOUT (20*HZ) /* 20 sec */ macro
/drivers/hwmon/
Dw83793.c52 #define WATCHDOG_TIMEOUT 2 /* 2 minute default timeout */ macro
69 static int timeout = WATCHDOG_TIMEOUT; /* default timeout in minutes */
73 __MODULE_STRING(WATCHDOG_TIMEOUT) ")");