Searched refs:wm8350_wdt (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/drivers/watchdog/
H A Dwm8350_wdt.c135 static struct watchdog_device wm8350_wdt = { variable in typeref:struct:watchdog_device
152 watchdog_set_nowayout(&wm8350_wdt, nowayout); wm8350_wdt_probe()
153 watchdog_set_drvdata(&wm8350_wdt, wm8350); wm8350_wdt_probe()
156 wm8350_wdt_set_timeout(&wm8350_wdt, 4); wm8350_wdt_probe()
158 return watchdog_register_device(&wm8350_wdt); wm8350_wdt_probe()
163 watchdog_unregister_device(&wm8350_wdt); wm8350_wdt_remove()
H A DMakefile185 obj-$(CONFIG_WM8350_WATCHDOG) += wm8350_wdt.o
/linux-4.1.27/include/linux/mfd/wm8350/
H A Dwdt.h24 struct wm8350_wdt { struct
H A Dcore.h621 struct wm8350_wdt wdt;

Completed in 165 milliseconds