Searched defs:imx2_wdt_device (Results 1 – 1 of 1) sorted by relevance
68 struct imx2_wdt_device { struct69 struct clk *clk;70 struct regmap *regmap;71 struct watchdog_device wdog;72 const struct imx2_wdt_data *data;73 bool ext_reset;74 bool clk_is_on;75 bool no_ping;76 bool sleep_wait;