Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/watchdog/
Ddigicolor_wdt.c115 static struct watchdog_device dc_wdt_wdd = { variable
144 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()