Home
last modified time | relevance | path

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

12

/Linux-v5.4/drivers/watchdog/
Dtegra_wdt.c135 if (watchdog_active(wdd)) { in tegra_wdt_set_timeout()
238 if (watchdog_active(&wdt->wdd)) in tegra_wdt_runtime_suspend()
248 if (watchdog_active(&wdt->wdd)) in tegra_wdt_runtime_resume()
Dwatchdog_dev.c119 return (hm && watchdog_active(wdd) && t > hm) || in watchdog_need_worker()
120 (t && !watchdog_active(wdd) && watchdog_hw_running(wdd)); in watchdog_need_worker()
132 if (watchdog_active(wdd)) in watchdog_next_keepalive()
212 if (!watchdog_active(wdd) && !watchdog_hw_running(wdd)) in watchdog_ping()
228 if (watchdog_active(wdd)) in watchdog_worker_should_ping()
273 if (watchdog_active(wdd)) in watchdog_start()
308 if (!watchdog_active(wdd)) in watchdog_stop()
531 if (watchdog_active(wdd)) in state_show()
1049 if (watchdog_active(wdd) && in watchdog_cdev_unregister()
1078 if (watchdog_active(wdd)) { in watchdog_reboot_notifier()
Dtwl4030_wdt.c87 if (watchdog_active(wdt)) in twl4030_wdt_suspend()
96 if (watchdog_active(wdt)) in twl4030_wdt_resume()
Dux500_wdt.c121 if (watchdog_active(&ux500_wdt)) { in ux500_wdt_suspend()
133 if (watchdog_active(&ux500_wdt)) { in ux500_wdt_resume()
Dstmp3xxx_rtc_wdt.c122 if (watchdog_active(wdd)) in stmp3xxx_wdt_suspend()
132 if (watchdog_active(wdd)) in stmp3xxx_wdt_resume()
Dftwdt010_wdt.c90 if (watchdog_active(wdd)) in ftwdt010_wdt_set_timeout()
195 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()
Dbcm7038_wdt.c175 if (watchdog_active(&wdt->wdd)) in bcm7038_wdt_suspend()
185 if (watchdog_active(&wdt->wdd)) in bcm7038_wdt_resume()
Dimx_sc_wdt.c220 if (watchdog_active(&imx_sc_wdd->wdd)) in imx_sc_wdt_suspend()
230 if (watchdog_active(&imx_sc_wdd->wdd)) in imx_sc_wdt_resume()
Dmtk_wdt.c201 if (watchdog_active(&mtk_wdt->wdt_dev)) in mtk_wdt_suspend()
211 if (watchdog_active(&mtk_wdt->wdt_dev)) { in mtk_wdt_resume()
Dimx7ulp_wdt.c195 if (watchdog_active(&imx7ulp_wdt->wdd)) in imx7ulp_wdt_suspend()
216 if (watchdog_active(&imx7ulp_wdt->wdd)) in imx7ulp_wdt_resume()
Dof_xilinx_wdt.c264 if (watchdog_active(&xdev->xilinx_wdt_wdd)) in xwdt_suspend()
281 if (watchdog_active(&xdev->xilinx_wdt_wdd)) in xwdt_resume()
Dst_lpc_wdt.c256 if (watchdog_active(&st_wdog_dev)) in st_wdog_suspend()
281 if (watchdog_active(&st_wdog_dev)) { in st_wdog_resume()
Dsbsa_gwdt.c321 if (watchdog_active(&gwdt->wdd)) in sbsa_gwdt_suspend()
332 if (watchdog_active(&gwdt->wdd)) in sbsa_gwdt_resume()
Dsama5d4_wdt.c282 if (watchdog_active(&wdt->wdd)) in sama5d4_wdt_suspend_late()
299 if (watchdog_active(&wdt->wdd)) in sama5d4_wdt_resume_early()
Dcadence_wdt.c387 if (watchdog_active(&wdt->cdns_wdt_device)) { in cdns_wdt_suspend()
406 if (watchdog_active(&wdt->cdns_wdt_device)) { in cdns_wdt_resume()
Drenesas_wdt.c280 if (watchdog_active(&priv->wdev)) in rwdt_suspend()
290 if (watchdog_active(&priv->wdev)) in rwdt_resume()
Dqcom-wdt.c295 if (watchdog_active(&wdt->wdd)) in qcom_wdt_suspend()
305 if (watchdog_active(&wdt->wdd)) in qcom_wdt_resume()
Dhpwdt.c126 if (watchdog_active(wdd)) in hpwdt_settimeout()
152 if (watchdog_active(wdd)) in hpwdt_set_pretimeout()
Dsp805_wdt.c317 if (watchdog_active(&wdt->wdd)) in sp805_wdt_suspend()
327 if (watchdog_active(&wdt->wdd)) in sp805_wdt_resume()
Dsprd_wdt.c333 if (watchdog_active(wdd)) in sprd_wdt_pm_suspend()
350 if (watchdog_active(wdd)) { in sprd_wdt_pm_resume()
Dts72xx_wdt.c99 if (watchdog_active(wdd)) { in ts72xx_wdt_settimeout()
Dwdat_wdt.c451 if (!watchdog_active(&wdat->wdd)) in wdat_wdt_suspend_noirq()
478 if (!watchdog_active(&wdat->wdd)) in wdat_wdt_resume_noirq()
Dda9063_wdt.c148 if (watchdog_active(wdd)) in da9063_wdt_set_timeout()
/Linux-v5.4/include/linux/
Dwatchdog.h126 static inline bool watchdog_active(struct watchdog_device *wdd) in watchdog_active() function

12