Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/watchdog/
Ddigicolor_wdt.c111 static struct watchdog_device dc_wdt_wdd = { variable
136 dc_wdt_wdd.max_timeout = U32_MAX / clk_get_rate(wdt->clk); in dc_wdt_probe()
137 dc_wdt_wdd.timeout = dc_wdt_wdd.max_timeout; in dc_wdt_probe()
138 dc_wdt_wdd.parent = dev; in dc_wdt_probe()
142 watchdog_set_drvdata(&dc_wdt_wdd, wdt); in dc_wdt_probe()
143 watchdog_set_restart_priority(&dc_wdt_wdd, 128); in dc_wdt_probe()
144 watchdog_init_timeout(&dc_wdt_wdd, timeout, dev); in dc_wdt_probe()
145 watchdog_stop_on_reboot(&dc_wdt_wdd); in dc_wdt_probe()
146 ret = devm_watchdog_register_device(dev, &dc_wdt_wdd); in dc_wdt_probe()