Searched defs:imx2_wdt_device (Results 1 – 1 of 1) sorted by relevance
62 struct imx2_wdt_device { struct63 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