Lines Matching defs:wdog
66 struct watchdog_device wdog; member
111 static inline void imx2_wdt_setup(struct watchdog_device *wdog) in imx2_wdt_setup()
145 static int imx2_wdt_ping(struct watchdog_device *wdog) in imx2_wdt_ping()
156 struct watchdog_device *wdog = (struct watchdog_device *)arg; in imx2_wdt_timer_ping() local
164 static int imx2_wdt_set_timeout(struct watchdog_device *wdog, in imx2_wdt_set_timeout()
174 static int imx2_wdt_start(struct watchdog_device *wdog) in imx2_wdt_start()
188 static int imx2_wdt_stop(struct watchdog_device *wdog) in imx2_wdt_stop()
198 static inline void imx2_wdt_ping_if_active(struct watchdog_device *wdog) in imx2_wdt_ping_if_active()
226 struct watchdog_device *wdog; in imx2_wdt_probe() local
306 struct watchdog_device *wdog = platform_get_drvdata(pdev); in imx2_wdt_remove() local
323 struct watchdog_device *wdog = platform_get_drvdata(pdev); in imx2_wdt_shutdown() local
342 struct watchdog_device *wdog = dev_get_drvdata(dev); in imx2_wdt_suspend() local
363 struct watchdog_device *wdog = dev_get_drvdata(dev); in imx2_wdt_resume() local