Searched defs:watchdog_device (Results 1 – 1 of 1) sorted by relevance
98 struct watchdog_device { struct99 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 …]