Home
last modified time | relevance | path

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

/linux-6.6.21/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 …]
/linux-6.6.21/drivers/hwmon/
Dsch56xx-common.c373 static const struct watchdog_ops watchdog_ops = { variable
/linux-6.6.21/drivers/net/dsa/mv88e6xxx/
Dchip.h589 const struct mv88e6xxx_irq_ops *watchdog_ops; member