Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dwatchdog.h98 struct watchdog_device { struct
99 int id;
100 struct device *parent;
101 const struct attribute_group **groups;
102 const struct watchdog_info *info;
103 const struct watchdog_ops *ops;
104 const struct watchdog_governor *gov;
105 unsigned int bootstatus;
106 unsigned int timeout;
107 unsigned int pretimeout;
[all …]