Searched defs:watchdog_device (Results 1 – 11 of 11) sorted by relevance
47 type watchdog_device, dev_type; type
48 type watchdog_device, dev_type; type
53 type watchdog_device, dev_type; type
56 type watchdog_device, dev_type; type
103474 struct watchdog_device { struct103475 int id;103476 struct device *parent;103477 const struct attribute_group **groups;103478 const struct watchdog_info *info;103479 const struct watchdog_ops *ops;103480 const struct watchdog_governor *gov;103481 unsigned int bootstatus;103505 int (*start)(struct watchdog_device *); argument
113269 struct watchdog_device { struct113270 int id;113271 struct device *parent;113272 const struct attribute_group **groups;113273 const struct watchdog_info *info;113274 const struct watchdog_ops *ops;113275 const struct watchdog_governor *gov;113276 unsigned int bootstatus;113300 int (*start)(struct watchdog_device *); argument