Searched refs:watchdog_active (Results 1 – 25 of 29) sorted by relevance
12
109 return (hm && watchdog_active(wdd) && t > hm) || in watchdog_need_worker()110 (t && !watchdog_active(wdd) && watchdog_hw_running(wdd)); in watchdog_need_worker()127 if (!watchdog_active(wdd)) in watchdog_next_keepalive()201 if (!watchdog_active(wdd) && !watchdog_hw_running(wdd)) in watchdog_ping()214 return wdd && (watchdog_active(wdd) || watchdog_hw_running(wdd)); in watchdog_worker_should_ping()256 if (watchdog_active(wdd)) in watchdog_start()291 if (!watchdog_active(wdd)) in watchdog_stop()514 if (watchdog_active(wdd)) in state_show()1027 if (watchdog_active(wdd) && in watchdog_cdev_unregister()1051 if (watchdog_active(wdd)) { in watchdog_reboot_notifier()
181 if (watchdog_active(&wdt->wdd)) in bcm7038_wdt_suspend()191 if (watchdog_active(&wdt->wdd)) in bcm7038_wdt_resume()205 if (watchdog_active(&wdt->wdd)) in bcm7038_wdt_shutdown()
135 if (watchdog_active(wdd)) { in tegra_wdt_set_timeout()253 if (watchdog_active(&wdt->wdd)) in tegra_wdt_runtime_suspend()263 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()
200 if (watchdog_active(&mtk_wdt->wdt_dev)) in mtk_wdt_shutdown()218 if (watchdog_active(&mtk_wdt->wdt_dev)) in mtk_wdt_suspend()228 if (watchdog_active(&mtk_wdt->wdt_dev)) { in mtk_wdt_resume()
128 if (watchdog_active(&ux500_wdt)) { in ux500_wdt_suspend()140 if (watchdog_active(&ux500_wdt)) { in ux500_wdt_resume()
124 if (watchdog_active(wdd)) in stmp3xxx_wdt_suspend()134 if (watchdog_active(wdd)) in stmp3xxx_wdt_resume()
93 if (watchdog_active(wdd)) in ftwdt010_wdt_set_timeout()202 if (watchdog_active(&gwdt->wdd)) { in ftwdt010_wdt_resume()
113 if (watchdog_active(&data->wdt_dev)) in meson_gxbb_wdt_resume()123 if (watchdog_active(&data->wdt_dev)) in meson_gxbb_wdt_suspend()
111 if (watchdog_active(wdd)) in hpwdt_settimeout()137 if (watchdog_active(wdd)) in hpwdt_set_pretimeout()
273 if (watchdog_active(&xdev->xilinx_wdt_wdd)) in xwdt_suspend()290 if (watchdog_active(&xdev->xilinx_wdt_wdd)) in xwdt_resume()
348 if (watchdog_active(&gwdt->wdd)) in sbsa_gwdt_suspend()359 if (watchdog_active(&gwdt->wdd)) in sbsa_gwdt_resume()
257 if (watchdog_active(&st_wdog_dev)) in st_wdog_suspend()282 if (watchdog_active(&st_wdog_dev)) { in st_wdog_resume()
268 if (watchdog_active(&priv->wdev)) { in rwdt_suspend()279 if (watchdog_active(&priv->wdev)) { in rwdt_resume()
423 if (watchdog_active(&wdt->cdns_wdt_device)) { in cdns_wdt_suspend()442 if (watchdog_active(&wdt->cdns_wdt_device)) { in cdns_wdt_resume()
320 if (watchdog_active(&wdt->wdd)) in sp805_wdt_suspend()330 if (watchdog_active(&wdt->wdd)) in sp805_wdt_resume()
348 if (watchdog_active(wdd)) in sprd_wdt_pm_suspend()365 if (watchdog_active(wdd)) { in sprd_wdt_pm_resume()
99 if (watchdog_active(wdd)) { in ts72xx_wdt_settimeout()
453 if (!watchdog_active(&wdat->wdd)) in wdat_wdt_suspend_noirq()480 if (!watchdog_active(&wdat->wdd)) in wdat_wdt_resume_noirq()
148 if (watchdog_active(wdd)) in da9063_wdt_set_timeout()
94 (!watchdog_active(&wdt_dev))) { in wdt_timer_tick()
131 if (watchdog_active(wdd)) in npcm_wdt_set_timeout()
152 if (watchdog_active(w)) { in uniphier_watchdog_set_timeout()
200 return rave_sp_wdt_configure(wdd, watchdog_active(wdd)); in rave_sp_wdt_set_timeout()
129 static inline bool watchdog_active(struct watchdog_device *wdd) in watchdog_active() function