Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/watchdog/
Dbcm7038_wdt.c187 if (watchdog_active(&wdt->wdd)) in bcm7038_wdt_suspend()
197 if (watchdog_active(&wdt->wdd)) in bcm7038_wdt_resume()
211 if (watchdog_active(&wdt->wdd)) in bcm7038_wdt_shutdown()
Dtegra_wdt.c143 if (watchdog_active(wdd)) { in tegra_wdt_set_timeout()
263 if (watchdog_active(&wdt->wdd)) in tegra_wdt_runtime_suspend()
273 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()
Dstmp3xxx_rtc_wdt.c102 if (watchdog_active(wdd)) in stmp3xxx_wdt_suspend()
112 if (watchdog_active(wdd)) in stmp3xxx_wdt_resume()
Dux500_wdt.c128 if (watchdog_active(&ux500_wdt)) { in ux500_wdt_suspend()
140 if (watchdog_active(&ux500_wdt)) { in ux500_wdt_resume()
Dmtk_wdt.c218 if (watchdog_active(&mtk_wdt->wdt_dev)) in mtk_wdt_shutdown()
238 if (watchdog_active(&mtk_wdt->wdt_dev)) in mtk_wdt_suspend()
248 if (watchdog_active(&mtk_wdt->wdt_dev)) { in mtk_wdt_resume()
Dimx2_wdt.c360 if (!watchdog_active(wdog)) in imx2_wdt_suspend()
380 if (watchdog_active(wdog) && !imx2_wdt_is_running(wdev)) { in imx2_wdt_resume()
397 if (!watchdog_active(wdog)) in imx2_wdt_resume()
Dwatchdog_dev.c73 if (!watchdog_active(wdd)) in watchdog_ping()
106 if (watchdog_active(wdd)) in watchdog_start()
139 if (!watchdog_active(wdd)) in watchdog_stop()
Dsp805_wdt.c266 if (watchdog_active(&wdt->wdd)) in sp805_wdt_suspend()
276 if (watchdog_active(&wdt->wdd)) in sp805_wdt_resume()
Dst_lpc_wdt.c294 if (watchdog_active(&st_wdog_dev)) in st_wdog_suspend()
319 if (watchdog_active(&st_wdog_dev)) { in st_wdog_resume()
Dvia_wdt.c94 (!watchdog_active(&wdt_dev))) { in wdt_timer_tick()
Dat91sam9_wdt.c127 !watchdog_active(&wdt->wdd)) { in at91_ping()
DiTCO_wdt.c614 if (watchdog_active(&iTCO_wdt_watchdog_dev) && need_suspend()) { in iTCO_wdt_suspend_noirq()
/linux-4.4.14/include/linux/
Dwatchdog.h107 static inline bool watchdog_active(struct watchdog_device *wdd) in watchdog_active() function