Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dwatchdog.h80 struct watchdog_device { struct
81 int id;
82 struct cdev cdev;
83 struct device *dev;
107 static inline bool watchdog_active(struct watchdog_device *wdd) in watchdog_active() argument
/linux-4.4.14/drivers/watchdog/
Dintel_scu_watchdog.c95 static struct intel_scu_watchdog_dev watchdog_device; variable