Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dwatchdog.h38 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 *);
[all …]
/linux-4.4.14/drivers/hwmon/
Dsch56xx-common.c412 static const struct watchdog_ops watchdog_ops = { variable