Searched refs:wdt_time (Results 1 – 4 of 4) sorted by relevance
| /linux-4.4.14/drivers/watchdog/ |
| D | ks8695_wdt.c | 44 static int wdt_time = WDT_DEFAULT_TIME; variable 47 module_param(wdt_time, int, 0); 48 MODULE_PARM_DESC(wdt_time, "Watchdog time in seconds. (default=" 83 unsigned long tval = wdt_time * KS8695_CLOCK_RATE; in ks8695_wdt_start() 130 wdt_time = new_time; in ks8695_wdt_settimeout() 203 return put_user(wdt_time, p); in ks8695_wdt_ioctl() 205 return put_user(wdt_time, p); in ks8695_wdt_ioctl() 251 wdt_time, nowayout ? ", nowayout" : ""); in ks8695wdt_probe() 303 if (ks8695_wdt_settimeout(wdt_time)) { in ks8695_wdt_init() 306 ", using %d\n", wdt_time, WDT_MAX_TIME); in ks8695_wdt_init()
|
| D | at91rm9200_wdt.c | 38 static int wdt_time = WDT_DEFAULT_TIME; variable 42 module_param(wdt_time, int, 0); 43 MODULE_PARM_DESC(wdt_time, "Watchdog time in seconds. (default=" 93 (((65536 * wdt_time) >> 8) & AT91_ST_WDV)); in at91_wdt_start() 150 wdt_time = new_time; in at91_wdt_settimeout() 195 return put_user(wdt_time, p); in at91_wdt_ioctl() 197 return put_user(wdt_time, p); in at91_wdt_ioctl() 259 wdt_time, nowayout ? ", nowayout" : ""); in at91wdt_probe() 325 if (at91_wdt_settimeout(wdt_time)) { in at91_wdt_init() 328 wdt_time); in at91_wdt_init()
|
| D | bcm63xx_wdt.c | 53 static int wdt_time = WDT_DEFAULT_TIME; variable 91 atomic_set(&bcm63xx_wdt_device.ticks, wdt_time); in bcm63xx_wdt_pet() 111 wdt_time = new_time; in bcm63xx_wdt_settimeout() 214 return put_user(wdt_time, p); in bcm63xx_wdt_ioctl() 264 if (bcm63xx_wdt_settimeout(wdt_time)) { in bcm63xx_wdt_probe() 268 wdt_time); in bcm63xx_wdt_probe()
|
| /linux-4.4.14/Documentation/watchdog/ |
| D | watchdog-parameters.txt | 49 wdt_time: Watchdog time in seconds. (default=5) 59 wdt_time: Watchdog time in seconds. (default=30) 172 wdt_time: Watchdog time in seconds. (default=5)
|