/drivers/watchdog/ |
D | ebc-c384_wdt.c | 27 #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()
|
D | sc520_wdt.c | 91 #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()
|
D | ib700wdt.c | 98 #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()
|
D | advantechwdt.c | 48 #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()
|
D | w83877f_wdt.c | 85 #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()
|
D | alim1535_wdt.c | 27 #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()
|
D | sbc60xxwdt.c | 101 #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()
|
D | rc32434_wdt.c | 60 #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()
|
D | ux500_wdt.c | 23 #define WATCHDOG_TIMEOUT 600 /* 10 minutes */ macro 29 static unsigned int timeout = WATCHDOG_TIMEOUT; 33 __MODULE_STRING(WATCHDOG_TIMEOUT) ".");
|
D | xen_wdt.c | 41 #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()
|
D | alim7101_wdt.c | 60 #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()
|
D | iTCO_wdt.c | 116 #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()
|
D | geodewdt.c | 35 #define WATCHDOG_TIMEOUT 60 macro 37 static int timeout = WATCHDOG_TIMEOUT; 41 __MODULE_STRING(WATCHDOG_TIMEOUT) ".");
|
D | sch311x_wdt.c | 70 #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()
|
D | bfin_wdt.c | 49 #define WATCHDOG_TIMEOUT 20 macro 51 static unsigned int timeout = WATCHDOG_TIMEOUT; 471 __MODULE_STRING(WATCHDOG_TIMEOUT) ")");
|
D | sbc_epx_c3.c | 35 #define WATCHDOG_TIMEOUT 1 /* 1 sec default timeout */ macro 143 return put_user(WATCHDOG_TIMEOUT, argp); in epx_c3_ioctl()
|
D | indydog.c | 34 #define WATCHDOG_TIMEOUT 30 /* 30 sec default timeout */ macro 139 return put_user(WATCHDOG_TIMEOUT, (int *)arg); in indydog_ioctl()
|
D | w83627hf_wdt.c | 43 #define WATCHDOG_TIMEOUT 60 /* 60 sec default timeout */ macro 59 __MODULE_STRING(WATCHDOG_TIMEOUT) "."); 323 .timeout = WATCHDOG_TIMEOUT,
|
D | pnx833x_wdt.c | 35 #define WATCHDOG_TIMEOUT 30 /* 30 sec Maximum timeout */ macro 37 #define PNX_WATCHDOG_TIMEOUT (WATCHDOG_TIMEOUT * WATCHDOG_COUNT_FREQUENCY)
|
D | f71808e_wdt.c | 83 #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/ |
D | timer.h | 73 #define WATCHDOG_TIMEOUT (20*HZ) /* 20 sec */ macro
|
/drivers/hwmon/ |
D | w83793.c | 52 #define WATCHDOG_TIMEOUT 2 /* 2 minute default timeout */ macro 69 static int timeout = WATCHDOG_TIMEOUT; /* default timeout in minutes */ 73 __MODULE_STRING(WATCHDOG_TIMEOUT) ")");
|