Searched defs:watchdog_ops (Results 1 – 1 of 1) sorted by relevance
76 struct watchdog_ops { struct77 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