Searched refs:WATCHDOG_TIMEOUT (Results 1 – 23 of 23) sorted by relevance
87 #define WATCHDOG_TIMEOUT 30 /* 30 sec default timeout */ macro89 static int timeout = WATCHDOG_TIMEOUT;93 __MODULE_STRING(WATCHDOG_TIMEOUT) ")");387 wdt_set_heartbeat(WATCHDOG_TIMEOUT); in sc520_wdt_init()389 WATCHDOG_TIMEOUT); in sc520_wdt_init()
44 #define WATCHDOG_TIMEOUT 60 /* 60 sec default timeout */ macro70 static int timeout = WATCHDOG_TIMEOUT; /* in seconds */74 __MODULE_STRING(WATCHDOG_TIMEOUT) ".");260 advwdt_set_heartbeat(WATCHDOG_TIMEOUT); in advwdt_probe()
94 #define WATCHDOG_TIMEOUT 30 /* 30 seconds +/- 20% */ macro95 static int timeout = WATCHDOG_TIMEOUT; /* in seconds */99 __MODULE_STRING(WATCHDOG_TIMEOUT) ".");298 ibwdt_set_heartbeat(WATCHDOG_TIMEOUT); in ibwdt_probe()
19 #define WATCHDOG_TIMEOUT 60 macro38 __MODULE_STRING(WATCHDOG_TIMEOUT) ")");106 wdd->timeout = WATCHDOG_TIMEOUT; in ebc_c384_wdt_probe()
21 #define WATCHDOG_TIMEOUT 600 /* 10 minutes */ macro26 static unsigned int timeout = WATCHDOG_TIMEOUT;30 __MODULE_STRING(WATCHDOG_TIMEOUT) ".");
23 #define WATCHDOG_TIMEOUT 60 /* 60 sec default timeout */ macro33 static int timeout = WATCHDOG_TIMEOUT;37 __MODULE_STRING(WATCHDOG_TIMEOUT) ")");398 timeout = WATCHDOG_TIMEOUT; in watchdog_init()
55 #define WATCHDOG_TIMEOUT 20 macro57 static int timeout = WATCHDOG_TIMEOUT;60 __MODULE_STRING(WATCHDOG_TIMEOUT) ")");284 rc32434_wdt_set(WATCHDOG_TIMEOUT); in rc32434_wdt_probe()
95 #define WATCHDOG_TIMEOUT 30 /* 30 sec default timeout */ macro96 static int timeout = WATCHDOG_TIMEOUT; /* in seconds, multiplied by HZ to101 __MODULE_STRING(WATCHDOG_TIMEOUT) ")");331 timeout = WATCHDOG_TIMEOUT; in sbc60xxwdt_init()
81 #define WATCHDOG_TIMEOUT 30 /* 30 sec default timeout */ macro83 static int timeout = WATCHDOG_TIMEOUT;87 __MODULE_STRING(WATCHDOG_TIMEOUT) ")");354 timeout = WATCHDOG_TIMEOUT; in w83877f_wdt_init()
61 #define WATCHDOG_TIMEOUT 30 /* 30 sec default timeout */ macro63 static int timeout = WATCHDOG_TIMEOUT;67 __MODULE_STRING(WATCHDOG_TIMEOUT) ")");398 timeout = WATCHDOG_TIMEOUT; in alim7101_wdt_init()
29 #define WATCHDOG_TIMEOUT 60 /* in seconds */ macro33 "(default=" __MODULE_STRING(WATCHDOG_TIMEOUT) ")");116 .timeout = WATCHDOG_TIMEOUT,
111 #define WATCHDOG_TIMEOUT 30 /* 30 sec default heartbeat */ macro112 static int heartbeat = WATCHDOG_TIMEOUT; /* in seconds */116 __MODULE_STRING(WATCHDOG_TIMEOUT) ")");568 p->wddev.timeout = WATCHDOG_TIMEOUT; in iTCO_wdt_probe()580 iTCO_wdt_set_timeout(&p->wddev, WATCHDOG_TIMEOUT); in iTCO_wdt_probe()582 WATCHDOG_TIMEOUT); in iTCO_wdt_probe()
31 #define WATCHDOG_TIMEOUT 60 macro33 static int timeout = WATCHDOG_TIMEOUT;37 __MODULE_STRING(WATCHDOG_TIMEOUT) ".");
66 #define WATCHDOG_TIMEOUT 60 /* 60 sec default timeout */ macro67 static int timeout = WATCHDOG_TIMEOUT; /* in seconds */71 __MODULE_STRING(WATCHDOG_TIMEOUT) ".");396 sch311x_wdt_set_heartbeat(WATCHDOG_TIMEOUT); in sch311x_wdt_probe()
27 #define WATCHDOG_TIMEOUT 10 macro60 __MODULE_STRING(WATCHDOG_TIMEOUT) ")");181 ddata->wdd.timeout = WATCHDOG_TIMEOUT; in mpc8xxx_wdt_probe()
30 #define WATCHDOG_TIMEOUT 30 /* 30 sec default timeout */ macro135 return put_user(WATCHDOG_TIMEOUT, (int *)arg); in indydog_ioctl()
31 #define WATCHDOG_TIMEOUT 1 /* 1 sec default timeout */ macro139 return put_user(WATCHDOG_TIMEOUT, argp); in epx_c3_ioctl()
40 #define WATCHDOG_TIMEOUT 60 /* 60 sec default timeout */ macro58 __MODULE_STRING(WATCHDOG_TIMEOUT) ".");324 .timeout = WATCHDOG_TIMEOUT,
25 #define WATCHDOG_TIMEOUT 30 macro266 priv->wdd.timeout = WATCHDOG_TIMEOUT; in bd9576_wdt_probe()
68 #define WATCHDOG_TIMEOUT 60 /* 1 minute default timeout */ macro79 static int timeout = WATCHDOG_TIMEOUT; /* default timeout in seconds */84 __MODULE_STRING(WATCHDOG_TIMEOUT) ")");
65 #define WATCHDOG_TIMEOUT 120 macro305 dev->wdt.timeout = WATCHDOG_TIMEOUT; in armada_37xx_wdt_probe()
108 #define WATCHDOG_TIMEOUT 1 /* 1 minute default timeout */ macro117 __MODULE_STRING(WATCHDOG_TIMEOUT) ".");1149 data->wdt.timeout = WATCHDOG_TIMEOUT * 60; /* Set default timeout */ in nct7904_probe()
39 #define WATCHDOG_TIMEOUT 2 /* 2 minute default timeout */ macro56 static int timeout = WATCHDOG_TIMEOUT; /* default timeout in minutes */60 __MODULE_STRING(WATCHDOG_TIMEOUT) ")");
Completed in 37 milliseconds