Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/watchdog/
Dtegra_wdt.c143 if (watchdog_active(wdd)) in tegra_wdt_set_timeout()
260 if (watchdog_active(&wdt->wdd)) in tegra_wdt_runtime_suspend()
270 if (watchdog_active(&wdt->wdd)) in tegra_wdt_runtime_resume()
Dstmp3xxx_rtc_wdt.c101 if (watchdog_active(wdd)) in stmp3xxx_wdt_suspend()
111 if (watchdog_active(wdd)) in stmp3xxx_wdt_resume()
Dtwl4030_wdt.c112 if (watchdog_active(wdt)) in twl4030_wdt_suspend()
121 if (watchdog_active(wdt)) in twl4030_wdt_resume()
Dux500_wdt.c127 if (watchdog_active(&ux500_wdt)) { in ux500_wdt_suspend()
139 if (watchdog_active(&ux500_wdt)) { in ux500_wdt_resume()
Dimx2_wdt.c351 if (!watchdog_active(wdog)) in imx2_wdt_suspend()
368 if (watchdog_active(wdog) && !imx2_wdt_is_running(wdev)) { in imx2_wdt_resume()
385 if (!watchdog_active(wdog)) in imx2_wdt_resume()
Dwatchdog_dev.c73 if (!watchdog_active(wddev)) in watchdog_ping()
106 if (watchdog_active(wddev)) in watchdog_start()
139 if (!watchdog_active(wddev)) in watchdog_stop()
Dsp805_wdt.c265 if (watchdog_active(&wdt->wdd)) in sp805_wdt_suspend()
275 if (watchdog_active(&wdt->wdd)) in sp805_wdt_resume()
Dvia_wdt.c94 (!watchdog_active(&wdt_dev))) { in wdt_timer_tick()
Dat91sam9_wdt.c125 !watchdog_active(&wdt->wdd)) { in at91_ping()
DiTCO_wdt.c598 if (watchdog_active(&iTCO_wdt_watchdog_dev) && need_suspend()) { in iTCO_wdt_suspend_noirq()
/linux-4.1.27/include/linux/
Dwatchdog.h104 static inline bool watchdog_active(struct watchdog_device *wdd) in watchdog_active() function