Home
last modified time | relevance | path

Searched defs:watchdog_ops (Results 1 – 3 of 3) 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 …]
/linux/drivers/hwmon/
H A Dsch56xx-common.c480 static const struct watchdog_ops watchdog_ops = { variable
/linux/drivers/net/dsa/mv88e6xxx/
H A Dchip.h624 const struct mv88e6xxx_irq_ops *watchdog_ops; member