Home
last modified time | relevance | path

Searched refs:watchdog_active (Results 1 – 25 of 29) sorted by relevance

12

/Linux-v4.19/drivers/watchdog/
Dwatchdog_dev.c109 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()
Dbcm7038_wdt.c181 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()
Dtegra_wdt.c135 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()
Dtwl4030_wdt.c113 if (watchdog_active(wdt)) in twl4030_wdt_suspend()
122 if (watchdog_active(wdt)) in twl4030_wdt_resume()
Dmtk_wdt.c200 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()
Dux500_wdt.c128 if (watchdog_active(&ux500_wdt)) { in ux500_wdt_suspend()
140 if (watchdog_active(&ux500_wdt)) { in ux500_wdt_resume()
Dstmp3xxx_rtc_wdt.c124 if (watchdog_active(wdd)) in stmp3xxx_wdt_suspend()
134 if (watchdog_active(wdd)) in stmp3xxx_wdt_resume()
Dftwdt010_wdt.c93 if (watchdog_active(wdd)) in ftwdt010_wdt_set_timeout()
202 if (watchdog_active(&gwdt->wdd)) { in ftwdt010_wdt_resume()
Dmeson_gxbb_wdt.c113 if (watchdog_active(&data->wdt_dev)) in meson_gxbb_wdt_resume()
123 if (watchdog_active(&data->wdt_dev)) in meson_gxbb_wdt_suspend()
Dhpwdt.c111 if (watchdog_active(wdd)) in hpwdt_settimeout()
137 if (watchdog_active(wdd)) in hpwdt_set_pretimeout()
Dof_xilinx_wdt.c273 if (watchdog_active(&xdev->xilinx_wdt_wdd)) in xwdt_suspend()
290 if (watchdog_active(&xdev->xilinx_wdt_wdd)) in xwdt_resume()
Dsbsa_gwdt.c348 if (watchdog_active(&gwdt->wdd)) in sbsa_gwdt_suspend()
359 if (watchdog_active(&gwdt->wdd)) in sbsa_gwdt_resume()
Dst_lpc_wdt.c257 if (watchdog_active(&st_wdog_dev)) in st_wdog_suspend()
282 if (watchdog_active(&st_wdog_dev)) { in st_wdog_resume()
Drenesas_wdt.c268 if (watchdog_active(&priv->wdev)) { in rwdt_suspend()
279 if (watchdog_active(&priv->wdev)) { in rwdt_resume()
Dcadence_wdt.c423 if (watchdog_active(&wdt->cdns_wdt_device)) { in cdns_wdt_suspend()
442 if (watchdog_active(&wdt->cdns_wdt_device)) { in cdns_wdt_resume()
Dsp805_wdt.c320 if (watchdog_active(&wdt->wdd)) in sp805_wdt_suspend()
330 if (watchdog_active(&wdt->wdd)) in sp805_wdt_resume()
Dsprd_wdt.c348 if (watchdog_active(wdd)) in sprd_wdt_pm_suspend()
365 if (watchdog_active(wdd)) { in sprd_wdt_pm_resume()
Dts72xx_wdt.c99 if (watchdog_active(wdd)) { in ts72xx_wdt_settimeout()
Dwdat_wdt.c453 if (!watchdog_active(&wdat->wdd)) in wdat_wdt_suspend_noirq()
480 if (!watchdog_active(&wdat->wdd)) in wdat_wdt_resume_noirq()
Dda9063_wdt.c148 if (watchdog_active(wdd)) in da9063_wdt_set_timeout()
Dvia_wdt.c94 (!watchdog_active(&wdt_dev))) { in wdt_timer_tick()
Dnpcm_wdt.c131 if (watchdog_active(wdd)) in npcm_wdt_set_timeout()
Duniphier_wdt.c152 if (watchdog_active(w)) { in uniphier_watchdog_set_timeout()
Drave-sp-wdt.c200 return rave_sp_wdt_configure(wdd, watchdog_active(wdd)); in rave_sp_wdt_set_timeout()
/Linux-v4.19/include/linux/
Dwatchdog.h129 static inline bool watchdog_active(struct watchdog_device *wdd) in watchdog_active() function

12