Searched refs:watchdog_active (Results 1 – 11 of 11) sorted by relevance
143 if (watchdog_active(wdd)) in tegra_wdt_set_timeout()260 if (watchdog_active(&wdt->wdd)) in tegra_wdt_runtime_suspend()270 if (watchdog_active(&wdt->wdd)) in tegra_wdt_runtime_resume()
101 if (watchdog_active(wdd)) in stmp3xxx_wdt_suspend()111 if (watchdog_active(wdd)) in stmp3xxx_wdt_resume()
112 if (watchdog_active(wdt)) in twl4030_wdt_suspend()121 if (watchdog_active(wdt)) in twl4030_wdt_resume()
127 if (watchdog_active(&ux500_wdt)) { in ux500_wdt_suspend()139 if (watchdog_active(&ux500_wdt)) { in ux500_wdt_resume()
351 if (!watchdog_active(wdog)) in imx2_wdt_suspend()368 if (watchdog_active(wdog) && !imx2_wdt_is_running(wdev)) { in imx2_wdt_resume()385 if (!watchdog_active(wdog)) in imx2_wdt_resume()
73 if (!watchdog_active(wddev)) in watchdog_ping()106 if (watchdog_active(wddev)) in watchdog_start()139 if (!watchdog_active(wddev)) in watchdog_stop()
265 if (watchdog_active(&wdt->wdd)) in sp805_wdt_suspend()275 if (watchdog_active(&wdt->wdd)) in sp805_wdt_resume()
94 (!watchdog_active(&wdt_dev))) { in wdt_timer_tick()
125 !watchdog_active(&wdt->wdd)) { in at91_ping()
598 if (watchdog_active(&iTCO_wdt_watchdog_dev) && need_suspend()) { in iTCO_wdt_suspend_noirq()
104 static inline bool watchdog_active(struct watchdog_device *wdd) in watchdog_active() function