Home
last modified time | relevance | path

Searched defs:watchdog_device (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/include/linux/
Dwatchdog.h97 struct watchdog_device { struct
98 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