Home
last modified time | relevance | path

Searched refs:watchdog_hw_running (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/watchdog/
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 Dsbsa_gwdt.c363 if (watchdog_hw_running(&gwdt->wdd)) in sbsa_gwdt_suspend()
374 if (watchdog_hw_running(&gwdt->wdd)) in sbsa_gwdt_resume()
H A Dit87_wdt.c246 if (watchdog_hw_running(wdd)) in wdt_set_timeout()
H A Drti_wdt.c348 if (!watchdog_hw_running(wdd)) in rti_wdt_probe()
H A Dwatchdog_core.c165 if (watchdog_hw_running(wdd)) { in watchdog_reboot_notifier()
H A Dexar_wdt.c214 if (watchdog_hw_running(wdog)) in exar_wdt_set_timeout()
/linux/include/linux/
H A Dwatchdog.h137 static inline bool watchdog_hw_running(struct watchdog_device *wdd) in watchdog_hw_running() function
/linux/drivers/rtc/
H A Drtc-abx80x.c631 if (watchdog_hw_running(wdog)) in abx80x_wdog_set_timeout()