Searched refs:hpwdt_dev (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/watchdog/
H A Dhpwdt.c60 static struct watchdog_device hpwdt_dev; variable in typeref:struct:watchdog_device
188 unsigned int val = max((unsigned int)kdumptimeout, hpwdt_dev.timeout);
224 static struct watchdog_device hpwdt_dev = { variable in typeref:struct:watchdog_device
325 set_bit(WDOG_HW_RUNNING, &hpwdt_dev.status);
333 watchdog_stop_on_unregister(&hpwdt_dev);
334 watchdog_set_nowayout(&hpwdt_dev, nowayout);
335 watchdog_init_timeout(&hpwdt_dev, soft_margin, NULL);
342 if (pretimeout && hpwdt_dev.timeout <= PRETIMEOUT_SEC) {
346 hpwdt_dev.pretimeout = pretimeout ? PRETIMEOUT_SEC : 0;
349 hpwdt_dev
[all...]

Completed in 178 milliseconds