Searched refs:watchdog_active (Results 1 – 14 of 14) sorted by relevance
187 if (watchdog_active(&wdt->wdd)) in bcm7038_wdt_suspend()197 if (watchdog_active(&wdt->wdd)) in bcm7038_wdt_resume()211 if (watchdog_active(&wdt->wdd)) in bcm7038_wdt_shutdown()
143 if (watchdog_active(wdd)) { in tegra_wdt_set_timeout()263 if (watchdog_active(&wdt->wdd)) in tegra_wdt_runtime_suspend()273 if (watchdog_active(&wdt->wdd)) in tegra_wdt_runtime_resume()
113 if (watchdog_active(wdt)) in twl4030_wdt_suspend()122 if (watchdog_active(wdt)) in twl4030_wdt_resume()
102 if (watchdog_active(wdd)) in stmp3xxx_wdt_suspend()112 if (watchdog_active(wdd)) in stmp3xxx_wdt_resume()
128 if (watchdog_active(&ux500_wdt)) { in ux500_wdt_suspend()140 if (watchdog_active(&ux500_wdt)) { in ux500_wdt_resume()
218 if (watchdog_active(&mtk_wdt->wdt_dev)) in mtk_wdt_shutdown()238 if (watchdog_active(&mtk_wdt->wdt_dev)) in mtk_wdt_suspend()248 if (watchdog_active(&mtk_wdt->wdt_dev)) { in mtk_wdt_resume()
360 if (!watchdog_active(wdog)) in imx2_wdt_suspend()380 if (watchdog_active(wdog) && !imx2_wdt_is_running(wdev)) { in imx2_wdt_resume()397 if (!watchdog_active(wdog)) in imx2_wdt_resume()
73 if (!watchdog_active(wdd)) in watchdog_ping()106 if (watchdog_active(wdd)) in watchdog_start()139 if (!watchdog_active(wdd)) in watchdog_stop()
266 if (watchdog_active(&wdt->wdd)) in sp805_wdt_suspend()276 if (watchdog_active(&wdt->wdd)) in sp805_wdt_resume()
294 if (watchdog_active(&st_wdog_dev)) in st_wdog_suspend()319 if (watchdog_active(&st_wdog_dev)) { in st_wdog_resume()
94 (!watchdog_active(&wdt_dev))) { in wdt_timer_tick()
127 !watchdog_active(&wdt->wdd)) { in at91_ping()
614 if (watchdog_active(&iTCO_wdt_watchdog_dev) && need_suspend()) { in iTCO_wdt_suspend_noirq()
107 static inline bool watchdog_active(struct watchdog_device *wdd) in watchdog_active() function