Home
last modified time | relevance | path

Searched defs:watchdog_ops (Results 1 – 1 of 1) sorted by relevance

/linux/include/linux/
H A Dwatchdog.h47 struct watchdog_ops { struct
48 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 …]