Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dwatchdog.h94 struct watchdog_device { struct
95 int id;
96 struct device *parent;
97 const struct attribute_group **groups;
98 const struct watchdog_info *info;
99 const struct watchdog_ops *ops;
100 const struct watchdog_governor *gov;
101 unsigned int bootstatus;
102 unsigned int timeout;
126 static inline bool watchdog_active(struct watchdog_device *wdd) in watchdog_active() argument
/kernel/linux/linux-5.10/drivers/watchdog/
Dintel_scu_watchdog.c79 static struct intel_scu_watchdog_dev watchdog_device; variable