Lines Matching refs:watchdog_device
66 struct watchdog_device wdog;
92 static int imx2_wdt_restart(struct watchdog_device *wdog, unsigned long action, in imx2_wdt_restart()
122 static inline void imx2_wdt_setup(struct watchdog_device *wdog) in imx2_wdt_setup()
160 static int imx2_wdt_ping(struct watchdog_device *wdog) in imx2_wdt_ping()
169 static void __imx2_wdt_set_timeout(struct watchdog_device *wdog, in __imx2_wdt_set_timeout()
178 static int imx2_wdt_set_timeout(struct watchdog_device *wdog, in imx2_wdt_set_timeout()
189 static int imx2_wdt_set_pretimeout(struct watchdog_device *wdog, in imx2_wdt_set_pretimeout()
207 struct watchdog_device *wdog = wdog_arg; in imx2_wdt_isr()
218 static int imx2_wdt_start(struct watchdog_device *wdog) in imx2_wdt_start()
251 struct watchdog_device *wdog; in imx2_wdt_probe()
334 struct watchdog_device *wdog = platform_get_drvdata(pdev); in imx2_wdt_remove()
348 struct watchdog_device *wdog = platform_get_drvdata(pdev); in imx2_wdt_shutdown()
366 struct watchdog_device *wdog = dev_get_drvdata(dev); in imx2_wdt_suspend()
387 struct watchdog_device *wdog = dev_get_drvdata(dev); in imx2_wdt_resume()