Home
last modified time | relevance | path

Searched refs:wdd (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/linux/
Dwatchdog.h129 static inline bool watchdog_active(struct watchdog_device *wdd) in watchdog_active() argument
131 return test_bit(WDOG_ACTIVE, &wdd->status); in watchdog_active()
138 static inline bool watchdog_hw_running(struct watchdog_device *wdd) in watchdog_hw_running() argument
140 return test_bit(WDOG_HW_RUNNING, &wdd->status); in watchdog_hw_running()
144 static inline void watchdog_set_nowayout(struct watchdog_device *wdd, bool nowayout) in watchdog_set_nowayout() argument
147 set_bit(WDOG_NO_WAY_OUT, &wdd->status); in watchdog_set_nowayout()
151 static inline void watchdog_stop_on_reboot(struct watchdog_device *wdd) in watchdog_stop_on_reboot() argument
153 set_bit(WDOG_STOP_ON_REBOOT, &wdd->status); in watchdog_stop_on_reboot()
157 static inline void watchdog_stop_on_unregister(struct watchdog_device *wdd) in watchdog_stop_on_unregister() argument
159 set_bit(WDOG_STOP_ON_UNREGISTER, &wdd->status); in watchdog_stop_on_unregister()
[all …]
Dbcm47xx_wdt.h17 struct watchdog_device wdd; member