Home
last modified time | relevance | path

Searched defs:imx2_wdt_device (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/watchdog/
Dimx2_wdt.c62 struct imx2_wdt_device { struct
63 struct clk *clk;
64 struct regmap *regmap;
65 struct timer_list timer; /* Pings the watchdog when closed */
66 struct watchdog_device wdog;
90 struct imx2_wdt_device *wdev = container_of(this, in imx2_restart_handler() argument