Searched refs:wm8350_wdt (Results 1 – 5 of 5) sorted by relevance
135 static struct watchdog_device wm8350_wdt = { variable152 watchdog_set_nowayout(&wm8350_wdt, nowayout); in wm8350_wdt_probe()153 watchdog_set_drvdata(&wm8350_wdt, wm8350); in wm8350_wdt_probe()156 wm8350_wdt_set_timeout(&wm8350_wdt, 4); in wm8350_wdt_probe()158 return watchdog_register_device(&wm8350_wdt); in wm8350_wdt_probe()163 watchdog_unregister_device(&wm8350_wdt); in wm8350_wdt_remove()
185 obj-$(CONFIG_WM8350_WATCHDOG) += wm8350_wdt.o
24 struct wm8350_wdt { struct
621 struct wm8350_wdt wdt;
396 wm8350_wdt: