Home
last modified time | relevance | path

Searched refs:tmr_atboot (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/watchdog/
Ds3c2410_wdt.c78 static int tmr_atboot = CONFIG_S3C2410_WATCHDOG_ATBOOT; variable
83 module_param(tmr_atboot, int, 0);
90 MODULE_PARM_DESC(tmr_atboot,
622 if (tmr_atboot && started == 0) { in s3c2410wdt_probe()
625 } else if (!tmr_atboot) { in s3c2410wdt_probe()
/linux-4.4.14/Documentation/watchdog/
Dwatchdog-parameters.txt251 tmr_atboot: Watchdog is started at boot time if set to 1, default=0