Searched refs:iTCO_wdt_watchdog_dev (Results 1 – 1 of 1) sorted by relevance
389 static struct watchdog_device iTCO_wdt_watchdog_dev = { variable402 iTCO_wdt_stop(&iTCO_wdt_watchdog_dev); in iTCO_wdt_cleanup()405 watchdog_unregister_device(&iTCO_wdt_watchdog_dev); in iTCO_wdt_cleanup()531 iTCO_wdt_watchdog_dev.bootstatus = 0; in iTCO_wdt_probe()532 iTCO_wdt_watchdog_dev.timeout = WATCHDOG_TIMEOUT; in iTCO_wdt_probe()533 watchdog_set_nowayout(&iTCO_wdt_watchdog_dev, nowayout); in iTCO_wdt_probe()534 iTCO_wdt_watchdog_dev.parent = &dev->dev; in iTCO_wdt_probe()537 iTCO_wdt_stop(&iTCO_wdt_watchdog_dev); in iTCO_wdt_probe()541 if (iTCO_wdt_set_timeout(&iTCO_wdt_watchdog_dev, heartbeat)) { in iTCO_wdt_probe()542 iTCO_wdt_set_timeout(&iTCO_wdt_watchdog_dev, WATCHDOG_TIMEOUT); in iTCO_wdt_probe()[all …]