Home
last modified time | relevance | path

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

/linux-3.3/include/linux/
Dwatchdog.h76 struct watchdog_ops { struct
77 struct module *owner;
79 int (*start)(struct watchdog_device *);
80 int (*stop)(struct watchdog_device *);
82 int (*ping)(struct watchdog_device *);
83 unsigned int (*status)(struct watchdog_device *);
107 const struct watchdog_ops *ops; argument