Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dwatchdog.h78 struct watchdog_device { struct
79 int id;
80 struct cdev cdev;
104 static inline bool watchdog_active(struct watchdog_device *wdd) in watchdog_active() argument
/linux-4.1.27/drivers/watchdog/
Dintel_scu_watchdog.c95 static struct intel_scu_watchdog_dev watchdog_device; variable