Searched defs:watchdog_ops (Results 1 – 2 of 2) sorted by relevance
38 struct watchdog_ops { struct39 struct module *owner;41 int (*start)(struct watchdog_device *);42 int (*stop)(struct watchdog_device *);44 int (*ping)(struct watchdog_device *);45 unsigned int (*status)(struct watchdog_device *);46 int (*set_timeout)(struct watchdog_device *, unsigned int);47 unsigned int (*get_timeleft)(struct watchdog_device *);48 void (*ref)(struct watchdog_device *);49 void (*unref)(struct watchdog_device *);[all …]
412 static const struct watchdog_ops watchdog_ops = { variable