Searched defs:watchdog_device (Results 1 – 1 of 1) sorted by relevance
97 struct watchdog_device { struct98 int id;99 struct device *parent;100 const struct attribute_group **groups;101 const struct watchdog_info *info;102 const struct watchdog_ops *ops;103 const struct watchdog_governor *gov;104 unsigned int bootstatus;105 unsigned int timeout;129 static inline bool watchdog_active(struct watchdog_device *wdd) in watchdog_active() argument