watchdog_device    17 include/linux/bcm47xx_wdt.h 	struct watchdog_device wdd;
watchdog_device    18 include/linux/watchdog.h struct watchdog_device;
watchdog_device    41 include/linux/watchdog.h 	int (*start)(struct watchdog_device *);
watchdog_device    42 include/linux/watchdog.h 	int (*stop)(struct watchdog_device *);
watchdog_device    44 include/linux/watchdog.h 	int (*ping)(struct watchdog_device *);
watchdog_device    45 include/linux/watchdog.h 	unsigned int (*status)(struct watchdog_device *);
watchdog_device    46 include/linux/watchdog.h 	int (*set_timeout)(struct watchdog_device *, unsigned int);
watchdog_device    47 include/linux/watchdog.h 	unsigned int (*get_timeleft)(struct watchdog_device *);
watchdog_device    48 include/linux/watchdog.h 	void (*ref)(struct watchdog_device *);
watchdog_device    49 include/linux/watchdog.h 	void (*unref)(struct watchdog_device *);
watchdog_device    50 include/linux/watchdog.h 	long (*ioctl)(struct watchdog_device *, unsigned int, unsigned long);
watchdog_device   104 include/linux/watchdog.h static inline bool watchdog_active(struct watchdog_device *wdd)
watchdog_device   110 include/linux/watchdog.h static inline void watchdog_set_nowayout(struct watchdog_device *wdd, bool nowayout)
watchdog_device   117 include/linux/watchdog.h static inline bool watchdog_timeout_invalid(struct watchdog_device *wdd, unsigned int t)
watchdog_device   124 include/linux/watchdog.h static inline void watchdog_set_drvdata(struct watchdog_device *wdd, void *data)
watchdog_device   129 include/linux/watchdog.h static inline void *watchdog_get_drvdata(struct watchdog_device *wdd)
watchdog_device   135 include/linux/watchdog.h extern int watchdog_init_timeout(struct watchdog_device *wdd,
watchdog_device   137 include/linux/watchdog.h extern int watchdog_register_device(struct watchdog_device *);
watchdog_device   138 include/linux/watchdog.h extern void watchdog_unregister_device(struct watchdog_device *);