Home
last modified time | relevance | path

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

12

/Linux-v6.1/drivers/watchdog/
Dtegra_wdt.c135 if (watchdog_active(wdd)) { in tegra_wdt_set_timeout()
237 if (watchdog_active(&wdt->wdd)) in tegra_wdt_suspend()
247 if (watchdog_active(&wdt->wdd)) in tegra_wdt_resume()
Dwatchdog_dev.c94 return (hm && watchdog_active(wdd) && t > hm) || in watchdog_need_worker()
95 (t && !watchdog_active(wdd) && watchdog_hw_running(wdd)); in watchdog_need_worker()
107 if (watchdog_active(wdd)) in watchdog_next_keepalive()
194 if (!watchdog_active(wdd) && !watchdog_hw_running(wdd)) in watchdog_ping()
210 if (watchdog_active(wdd)) in watchdog_worker_should_ping()
253 if (watchdog_active(wdd)) in watchdog_start()
294 if (!watchdog_active(wdd)) in watchdog_stop()
563 if (watchdog_active(wdd)) in state_show()
938 if (!watchdog_active(wdd)) in watchdog_release()
1110 if (watchdog_active(wdd) && in watchdog_cdev_unregister()
Dda9063_wdt.c160 if (watchdog_active(wdd)) in da9063_wdt_set_timeout()
265 if (watchdog_active(wdd)) in da9063_wdt_suspend()
278 if (watchdog_active(wdd)) in da9063_wdt_resume()
Dtwl4030_wdt.c88 if (watchdog_active(wdt)) in twl4030_wdt_suspend()
97 if (watchdog_active(wdt)) in twl4030_wdt_resume()
Ddb8500_wdt.c112 if (watchdog_active(&db8500_wdt)) { in db8500_wdt_suspend()
124 if (watchdog_active(&db8500_wdt)) { in db8500_wdt_resume()
Dstmp3xxx_rtc_wdt.c122 if (watchdog_active(wdd)) in stmp3xxx_wdt_suspend()
132 if (watchdog_active(wdd)) in stmp3xxx_wdt_resume()
Dmsc313e_wdt.c140 if (watchdog_active(&priv->wdev)) in msc313e_wdt_suspend()
150 if (watchdog_active(&priv->wdev)) in msc313e_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()
Dpseries-wdt.c205 if (watchdog_active(wd)) in pseries_wdt_suspend()
214 if (watchdog_active(wd)) in pseries_wdt_resume()
Dftwdt010_wdt.c97 if (watchdog_active(wdd)) in ftwdt010_wdt_set_timeout()
210 if (watchdog_active(&gwdt->wdd)) { in ftwdt010_wdt_resume()
Dmeson_gxbb_wdt.c123 if (watchdog_active(&data->wdt_dev)) in meson_gxbb_wdt_resume()
133 if (watchdog_active(&data->wdt_dev)) in meson_gxbb_wdt_suspend()
Dbcm7038_wdt.c199 if (watchdog_active(&wdt->wdd)) in bcm7038_wdt_suspend()
209 if (watchdog_active(&wdt->wdd)) in bcm7038_wdt_resume()
Dda9062_wdt.c250 if (watchdog_active(wdd)) in da9062_wdt_suspend()
264 if (watchdog_active(wdd)) in da9062_wdt_resume()
Dof_xilinx_wdt.c266 if (watchdog_active(&xdev->xilinx_wdt_wdd)) in xwdt_suspend()
283 if (watchdog_active(&xdev->xilinx_wdt_wdd)) in xwdt_resume()
Dst_lpc_wdt.c255 if (watchdog_active(&st_wdog_dev)) in st_wdog_suspend()
280 if (watchdog_active(&st_wdog_dev)) { in st_wdog_resume()
Dcadence_wdt.c385 if (watchdog_active(&wdt->cdns_wdt_device)) { in cdns_wdt_suspend()
404 if (watchdog_active(&wdt->cdns_wdt_device)) { in cdns_wdt_resume()
Dpm8916_wdt.c240 if (watchdog_active(&wdt->wdev)) in pm8916_wdt_suspend()
250 if (watchdog_active(&wdt->wdev)) in pm8916_wdt_resume()
Dkeembay_wdt.c258 if (watchdog_active(&wdt->wdd)) in keembay_wdt_suspend()
268 if (watchdog_active(&wdt->wdd)) in keembay_wdt_resume()
Dsbsa_gwdt.c363 if (watchdog_active(&gwdt->wdd)) in sbsa_gwdt_suspend()
374 if (watchdog_active(&gwdt->wdd)) in sbsa_gwdt_resume()
Dhpwdt.c130 if (watchdog_active(wdd)) in hpwdt_settimeout()
156 if (watchdog_active(wdd)) in hpwdt_set_pretimeout()
Dqcom-wdt.c316 if (watchdog_active(&wdt->wdd)) in qcom_wdt_suspend()
326 if (watchdog_active(&wdt->wdd)) in qcom_wdt_resume()
Drenesas_wdt.c309 if (watchdog_active(&priv->wdev)) in rwdt_suspend()
319 if (watchdog_active(&priv->wdev)) in rwdt_resume()
Dsama5d4_wdt.c346 if (watchdog_active(&wdt->wdd)) in sama5d4_wdt_suspend_late()
363 if (watchdog_active(&wdt->wdd)) in sama5d4_wdt_resume_early()
Dsp805_wdt.c321 if (watchdog_active(&wdt->wdd)) in sp805_wdt_suspend()
331 if (watchdog_active(&wdt->wdd)) in sp805_wdt_resume()
/Linux-v6.1/drivers/clocksource/
Dtimer-tegra186.c227 if (watchdog_active(&wdt->base)) in tegra186_wdt_set_timeout()
232 if (watchdog_active(&wdt->base)) in tegra186_wdt_set_timeout()
373 if (watchdog_active(&tegra->wdt->base)) { in tegra186_timer_irq()
465 if (watchdog_active(&tegra->wdt->base)) in tegra186_timer_suspend()
475 if (watchdog_active(&tegra->wdt->base)) in tegra186_timer_resume()

12