Searched defs:watchdog_ops (Results 1 – 3 of 3) sorted by relevance
47 struct watchdog_ops { struct48 struct module *owner;50 int (*start)(struct watchdog_device *);52 int (*stop)(struct watchdog_device *);53 int (*ping)(struct watchdog_device *);54 unsigned int (*status)(struct watchdog_device *);55 int (*set_timeout)(struct watchdog_device *, unsigned int);56 int (*set_pretimeout)(struct watchdog_device *, unsigned int);57 unsigned int (*get_timeleft)(struct watchdog_device *);58 int (*restart)(struct watchdog_device *, unsigned long, void *);[all …]
480 static const struct watchdog_ops watchdog_ops = { variable
624 const struct mv88e6xxx_irq_ops *watchdog_ops; member