Lines Matching defs:watchdog_ops
38 struct watchdog_ops { struct
39 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 *);
50 long (*ioctl)(struct watchdog_device *, unsigned int, unsigned long);