Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/watchdog/ !
Dsc520_wdt.c87 #define WATCHDOG_TIMEOUT 30 /* 30 sec default timeout */ macro
89 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()
Debc-c384_wdt.c19 #define WATCHDOG_TIMEOUT 60 macro
38 __MODULE_STRING(WATCHDOG_TIMEOUT) ")");
106 wdd->timeout = WATCHDOG_TIMEOUT; in ebc_c384_wdt_probe()
Ddb8500_wdt.c21 #define WATCHDOG_TIMEOUT 600 /* 10 minutes */ macro
26 static unsigned int timeout = WATCHDOG_TIMEOUT;
30 __MODULE_STRING(WATCHDOG_TIMEOUT) ".");
Dadvantechwdt.c44 #define WATCHDOG_TIMEOUT 60 /* 60 sec default timeout */ macro
70 static int timeout = WATCHDOG_TIMEOUT; /* in seconds */
74 __MODULE_STRING(WATCHDOG_TIMEOUT) ".");
260 advwdt_set_heartbeat(WATCHDOG_TIMEOUT); in advwdt_probe()
Dib700wdt.c94 #define WATCHDOG_TIMEOUT 30 /* 30 seconds +/- 20% */ macro
95 static int timeout = WATCHDOG_TIMEOUT; /* in seconds */
99 __MODULE_STRING(WATCHDOG_TIMEOUT) ".");
298 ibwdt_set_heartbeat(WATCHDOG_TIMEOUT); in ibwdt_probe()
Dsbc60xxwdt.c95 #define WATCHDOG_TIMEOUT 30 /* 30 sec default timeout */ macro
96 static int timeout = WATCHDOG_TIMEOUT; /* in seconds, multiplied by HZ to
101 __MODULE_STRING(WATCHDOG_TIMEOUT) ")");
331 timeout = WATCHDOG_TIMEOUT; in sbc60xxwdt_init()
Drc32434_wdt.c55 #define WATCHDOG_TIMEOUT 20 macro
57 static int timeout = WATCHDOG_TIMEOUT;
60 __MODULE_STRING(WATCHDOG_TIMEOUT) ")");
284 rc32434_wdt_set(WATCHDOG_TIMEOUT); in rc32434_wdt_probe()
Dw83877f_wdt.c81 #define WATCHDOG_TIMEOUT 30 /* 30 sec default timeout */ macro
83 static int timeout = WATCHDOG_TIMEOUT;
87 __MODULE_STRING(WATCHDOG_TIMEOUT) ")");
354 timeout = WATCHDOG_TIMEOUT; in w83877f_wdt_init()
Dalim1535_wdt.c23 #define WATCHDOG_TIMEOUT 60 /* 60 sec default timeout */ macro
33 static int timeout = WATCHDOG_TIMEOUT;
37 __MODULE_STRING(WATCHDOG_TIMEOUT) ")");
398 timeout = WATCHDOG_TIMEOUT; in watchdog_init()
Dxen_wdt.c29 #define WATCHDOG_TIMEOUT 60 /* in seconds */ macro
33 "(default=" __MODULE_STRING(WATCHDOG_TIMEOUT) ")");
116 .timeout = WATCHDOG_TIMEOUT,
Dalim7101_wdt.c61 #define WATCHDOG_TIMEOUT 30 /* 30 sec default timeout */ macro
63 static int timeout = WATCHDOG_TIMEOUT;
67 __MODULE_STRING(WATCHDOG_TIMEOUT) ")");
398 timeout = WATCHDOG_TIMEOUT; in alim7101_wdt_init()
Dgeodewdt.c31 #define WATCHDOG_TIMEOUT 60 macro
33 static int timeout = WATCHDOG_TIMEOUT;
37 __MODULE_STRING(WATCHDOG_TIMEOUT) ".");
Dpseries-wdt.c88 #define WATCHDOG_TIMEOUT 60 macro
89 static unsigned int timeout = WATCHDOG_TIMEOUT;
92 __MODULE_STRING(WATCHDOG_TIMEOUT) ")");
DiTCO_wdt.c111 #define WATCHDOG_TIMEOUT 30 /* 30 sec default heartbeat */ macro
112 static int heartbeat = WATCHDOG_TIMEOUT; /* in seconds */
116 __MODULE_STRING(WATCHDOG_TIMEOUT) ")");
569 p->wddev.timeout = WATCHDOG_TIMEOUT; in iTCO_wdt_probe()
587 iTCO_wdt_set_timeout(&p->wddev, WATCHDOG_TIMEOUT); in iTCO_wdt_probe()
589 WATCHDOG_TIMEOUT); in iTCO_wdt_probe()
Dsch311x_wdt.c66 #define WATCHDOG_TIMEOUT 60 /* 60 sec default timeout */ macro
67 static int timeout = WATCHDOG_TIMEOUT; /* in seconds */
71 __MODULE_STRING(WATCHDOG_TIMEOUT) ".");
396 sch311x_wdt_set_heartbeat(WATCHDOG_TIMEOUT); in sch311x_wdt_probe()
Dmpc8xxx_wdt.c27 #define WATCHDOG_TIMEOUT 10 macro
60 __MODULE_STRING(WATCHDOG_TIMEOUT) ")");
181 ddata->wdd.timeout = WATCHDOG_TIMEOUT; in mpc8xxx_wdt_probe()
Dindydog.c30 #define WATCHDOG_TIMEOUT 30 /* 30 sec default timeout */ macro
135 return put_user(WATCHDOG_TIMEOUT, (int *)arg); in indydog_ioctl()
Dsbc_epx_c3.c31 #define WATCHDOG_TIMEOUT 1 /* 1 sec default timeout */ macro
139 return put_user(WATCHDOG_TIMEOUT, argp); in epx_c3_ioctl()
Dw83627hf_wdt.c40 #define WATCHDOG_TIMEOUT 60 /* 60 sec default timeout */ macro
58 __MODULE_STRING(WATCHDOG_TIMEOUT) ".");
332 .timeout = WATCHDOG_TIMEOUT,
Dexar_wdt.c67 #define WATCHDOG_TIMEOUT 60 macro
69 static int timeout = WATCHDOG_TIMEOUT;
73 __MODULE_STRING(WATCHDOG_TIMEOUT) ".");
Dbd9576_wdt.c25 #define WATCHDOG_TIMEOUT 30 macro
277 priv->wdd.timeout = WATCHDOG_TIMEOUT; in bd9576_wdt_probe()
Df71808e_wdt.c69 #define WATCHDOG_TIMEOUT 60 /* 1 minute default timeout */ macro
80 static int timeout = WATCHDOG_TIMEOUT; /* default timeout in seconds */
85 __MODULE_STRING(WATCHDOG_TIMEOUT) ")");
Darmada_37xx_wdt.c65 #define WATCHDOG_TIMEOUT 120 macro
309 dev->wdt.timeout = WATCHDOG_TIMEOUT; in armada_37xx_wdt_probe()
/linux-6.1.9/drivers/hwmon/ !
Dnct7904.c108 #define WATCHDOG_TIMEOUT 1 /* 1 minute default timeout */ macro
117 __MODULE_STRING(WATCHDOG_TIMEOUT) ".");
1149 data->wdt.timeout = WATCHDOG_TIMEOUT * 60; /* Set default timeout */ in nct7904_probe()
Dw83793.c39 #define WATCHDOG_TIMEOUT 2 /* 2 minute default timeout */ macro
56 static int timeout = WATCHDOG_TIMEOUT; /* default timeout in minutes */
60 __MODULE_STRING(WATCHDOG_TIMEOUT) ")");