Home
last modified time | relevance | path

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

12

/linux/drivers/watchdog/
H A 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()
H A Dhpwdt.c129 if (watchdog_active(wdd)) in hpwdt_settimeout()
155 if (watchdog_active(wdd)) in hpwdt_set_pretimeout()
383 if (watchdog_active(&hpwdt_dev)) in hpwdt_suspend()
391 if (watchdog_active(&hpwdt_dev)) in hpwdt_resume()
H A Dtwl4030_wdt.c87 if (watchdog_active(wdt)) in twl4030_wdt_suspend()
96 if (watchdog_active(wdt)) in twl4030_wdt_resume()
H A Ddb8500_wdt.c111 if (watchdog_active(&db8500_wdt)) { in db8500_wdt_suspend()
123 if (watchdog_active(&db8500_wdt)) { in db8500_wdt_resume()
H A Dda9063_wdt.c160 if (watchdog_active(wdd)) in da9063_wdt_set_timeout()
274 if (watchdog_active(wdd)) in da9063_wdt_suspend()
287 if (watchdog_active(wdd)) in da9063_wdt_resume()
H A Dstmp3xxx_rtc_wdt.c121 if (watchdog_active(wdd)) in stmp3xxx_wdt_suspend()
131 if (watchdog_active(wdd)) in stmp3xxx_wdt_resume()
H A Dwatchdog_dev.c95 return (hm && watchdog_active(wdd) && t > hm) || in watchdog_need_worker()
96 (t && !watchdog_active(wdd) && watchdog_hw_running(wdd)); in watchdog_need_worker()
108 if (watchdog_active(wdd)) in watchdog_next_keepalive()
211 if (watchdog_active(wdd)) in watchdog_worker_should_ping()
254 if (watchdog_active(wdd)) in watchdog_start()
296 if (!watchdog_active(wdd)) in watchdog_stop()
583 if (watchdog_active(wdd)) in state_show()
960 if (!watchdog_active(wdd)) in watchdog_release()
1130 if (watchdog_active(wdd) && in watchdog_cdev_unregister()
H A Dmsc313e_wdt.c140 if (watchdog_active(&priv->wdev)) in msc313e_wdt_suspend()
150 if (watchdog_active(&priv->wdev)) in msc313e_wdt_resume()
H A Dpseries-wdt.c205 if (watchdog_active(wd)) in pseries_wdt_suspend()
214 if (watchdog_active(wd)) in pseries_wdt_resume()
H A Dimx_sc_wdt.c223 if (watchdog_active(&imx_sc_wdd->wdd)) in imx_sc_wdt_suspend()
233 if (watchdog_active(&imx_sc_wdd->wdd)) in imx_sc_wdt_resume()
H A Dbcm7038_wdt.c186 if (watchdog_active(&wdt->wdd)) in bcm7038_wdt_suspend()
196 if (watchdog_active(&wdt->wdd)) in bcm7038_wdt_resume()
H A Dftwdt010_wdt.c97 if (watchdog_active(wdd)) in ftwdt010_wdt_set_timeout()
210 if (watchdog_active(&gwdt->wdd)) { in ftwdt010_wdt_resume()
H A Dmeson_gxbb_wdt.c126 if (watchdog_active(&data->wdt_dev)) in meson_gxbb_wdt_resume()
136 if (watchdog_active(&data->wdt_dev)) in meson_gxbb_wdt_suspend()
H A Dapple_wdt.c199 if (watchdog_active(&wdt->wdd) || watchdog_hw_running(&wdt->wdd)) in apple_wdt_resume()
209 if (watchdog_active(&wdt->wdd) || watchdog_hw_running(&wdt->wdd)) in apple_wdt_suspend()
H A Dcros_ec_wdt.c168 if (watchdog_active(wdd)) in cros_ec_wdt_suspend()
179 if (watchdog_active(wdd)) in cros_ec_wdt_resume()
H A Dda9062_wdt.c259 if (watchdog_active(wdd)) in da9062_wdt_suspend()
273 if (watchdog_active(wdd)) in da9062_wdt_resume()
H A Dof_xilinx_wdt.c258 if (watchdog_active(&xdev->xilinx_wdt_wdd)) in xwdt_suspend()
275 if (watchdog_active(&xdev->xilinx_wdt_wdd)) in xwdt_resume()
H A Dst_lpc_wdt.c246 if (watchdog_active(&st_wdog_dev)) in st_wdog_suspend()
271 if (watchdog_active(&st_wdog_dev)) { in st_wdog_resume()
H A Dcadence_wdt.c370 if (watchdog_active(&wdt->cdns_wdt_device)) { in cdns_wdt_suspend()
389 if (watchdog_active(&wdt->cdns_wdt_device)) { in cdns_wdt_resume()
H A Dpm8916_wdt.c240 if (watchdog_active(&wdt->wdev)) in pm8916_wdt_suspend()
250 if (watchdog_active(&wdt->wdev)) in pm8916_wdt_resume()
H A Dkeembay_wdt.c258 if (watchdog_active(&wdt->wdd)) in keembay_wdt_suspend()
268 if (watchdog_active(&wdt->wdd)) in keembay_wdt_resume()
H A Dqcom-wdt.c304 if (watchdog_active(&wdt->wdd)) in qcom_wdt_suspend()
314 if (watchdog_active(&wdt->wdd)) in qcom_wdt_resume()
H A Drenesas_wdt.c307 if (watchdog_active(&priv->wdev)) in rwdt_suspend()
317 if (watchdog_active(&priv->wdev)) in rwdt_resume()
H A Dsp805_wdt.c329 if (watchdog_active(&wdt->wdd)) in sp805_wdt_suspend()
339 if (watchdog_active(&wdt->wdd)) in sp805_wdt_resume()
/linux/drivers/clocksource/
H A Dtimer-tegra186.c226 if (watchdog_active(&wdt->base)) in tegra186_wdt_set_timeout()
231 if (watchdog_active(&wdt->base)) in tegra186_wdt_set_timeout()
372 if (watchdog_active(&tegra->wdt->base)) { in tegra186_timer_irq()
462 if (watchdog_active(&tegra->wdt->base)) in tegra186_timer_suspend()
472 if (watchdog_active(&tegra->wdt->base)) in tegra186_timer_resume()

12