Home
last modified time | relevance | path

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

/Linux-v4.19/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
/Linux-v4.19/drivers/watchdog/
Dintel_scu_watchdog.c95 static struct intel_scu_watchdog_dev watchdog_device; variable