Searched defs:watchdog_ops (Results 1 – 3 of 3) sorted by relevance
43 struct watchdog_ops { struct44 struct module *owner;46 int (*start)(struct watchdog_device *);48 int (*stop)(struct watchdog_device *);49 int (*ping)(struct watchdog_device *);50 unsigned int (*status)(struct watchdog_device *);51 int (*set_timeout)(struct watchdog_device *, unsigned int);52 int (*set_pretimeout)(struct watchdog_device *, unsigned int);53 unsigned int (*get_timeleft)(struct watchdog_device *);54 int (*restart)(struct watchdog_device *, unsigned long, void *);[all …]
373 static const struct watchdog_ops watchdog_ops = { variable
589 const struct mv88e6xxx_irq_ops *watchdog_ops; member