Searched refs:atlas7_wdd (Results 1 – 1 of 1) sorted by relevance
116 static struct watchdog_device atlas7_wdd = { variable166 atlas7_wdd.min_timeout = 1; in atlas7_wdt_probe()167 atlas7_wdd.max_timeout = UINT_MAX / wdt->tick_rate; in atlas7_wdt_probe()169 watchdog_init_timeout(&atlas7_wdd, 0, dev); in atlas7_wdt_probe()170 watchdog_set_nowayout(&atlas7_wdd, nowayout); in atlas7_wdt_probe()172 watchdog_set_drvdata(&atlas7_wdd, wdt); in atlas7_wdt_probe()173 platform_set_drvdata(pdev, &atlas7_wdd); in atlas7_wdt_probe()175 watchdog_stop_on_reboot(&atlas7_wdd); in atlas7_wdt_probe()176 watchdog_stop_on_unregister(&atlas7_wdd); in atlas7_wdt_probe()177 return devm_watchdog_register_device(dev, &atlas7_wdd); in atlas7_wdt_probe()