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()
176 static int imx2_wdt_start(struct watchdog_device *wdog) in imx2_wdt_start()
190 static int imx2_wdt_stop(struct watchdog_device *wdog) in imx2_wdt_stop()
200 static inline void imx2_wdt_ping_if_active(struct watchdog_device *wdog) in imx2_wdt_ping_if_active()
228 struct watchdog_device *wdog; in imx2_wdt_probe() local
315 struct watchdog_device *wdog = platform_get_drvdata(pdev); in imx2_wdt_remove() local
332 struct watchdog_device *wdog = platform_get_drvdata(pdev); in imx2_wdt_shutdown() local
351 struct watchdog_device *wdog = dev_get_drvdata(dev); in imx2_wdt_suspend() local
372 struct watchdog_device *wdog = dev_get_drvdata(dev); in imx2_wdt_resume() local