Home
last modified time | relevance | path

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

/linux/drivers/watchdog/
H A Dapple_wdt.c202 if (watchdog_active(&wdt->wdd) || watchdog_hw_running(&wdt->wdd)) in apple_wdt_resume()
212 if (watchdog_active(&wdt->wdd) || watchdog_hw_running(&wdt->wdd)) in apple_wdt_suspend()
H A Dsbsa_gwdt.c407 if (watchdog_hw_running(&gwdt->wdd)) in sbsa_gwdt_suspend()
418 if (watchdog_hw_running(&gwdt->wdd)) in sbsa_gwdt_resume()
H A Ds32g_wdt.c144 is_running = watchdog_hw_running(wdog); in s32g_wdt_get_timeleft()
H A Dit87_wdt.c248 if (watchdog_hw_running(wdd)) in wdt_set_timeout()
H A Drti_wdt.c340 if (!watchdog_hw_running(wdd)) in rti_wdt_probe()
/linux/include/linux/
H A Dwatchdog.h141 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()