Home
last modified time | relevance | path

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

/include/linux/
Dwatchdog.h43 struct watchdog_ops { struct
44 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 …]