Searched defs:watchdog_device (Results 1 – 2 of 2) sorted by relevance
78 struct watchdog_device { struct79 int id;80 struct cdev cdev;104 static inline bool watchdog_active(struct watchdog_device *wdd) in watchdog_active() argument
95 static struct intel_scu_watchdog_dev watchdog_device; variable