Searched refs:dc_wdt_wdd (Results 1 – 1 of 1) sorted by relevance
115 static struct watchdog_device dc_wdt_wdd = { variable144 dc_wdt_wdd.max_timeout = U32_MAX / clk_get_rate(wdt->clk); in dc_wdt_probe()145 dc_wdt_wdd.timeout = dc_wdt_wdd.max_timeout; in dc_wdt_probe()146 dc_wdt_wdd.parent = &pdev->dev; in dc_wdt_probe()150 watchdog_set_drvdata(&dc_wdt_wdd, wdt); in dc_wdt_probe()151 watchdog_init_timeout(&dc_wdt_wdd, timeout, dev); in dc_wdt_probe()152 ret = watchdog_register_device(&dc_wdt_wdd); in dc_wdt_probe()176 watchdog_unregister_device(&dc_wdt_wdd); in dc_wdt_remove()184 dc_wdt_stop(&dc_wdt_wdd); in dc_wdt_shutdown()