Searched defs:watchdog_device (Results 1 – 2 of 2) sorted by relevance
80 struct watchdog_device { struct81 int id;82 struct cdev cdev;83 struct device *dev;107 static inline bool watchdog_active(struct watchdog_device *wdd) in watchdog_active() argument
95 static struct intel_scu_watchdog_dev watchdog_device; variable