Lines Matching refs:watchdog_device

64 	struct watchdog_device *wdd;
100 static inline bool watchdog_need_worker(struct watchdog_device *wdd) in watchdog_need_worker()
123 static ktime_t watchdog_next_keepalive(struct watchdog_device *wdd) in watchdog_next_keepalive()
153 static inline void watchdog_update_worker(struct watchdog_device *wdd) in watchdog_update_worker()
167 static int __watchdog_ping(struct watchdog_device *wdd) in __watchdog_ping()
208 static int watchdog_ping(struct watchdog_device *wdd) in watchdog_ping()
223 struct watchdog_device *wdd = wd_data->wdd; in watchdog_worker_should_ping()
267 static int watchdog_start(struct watchdog_device *wdd) in watchdog_start()
304 static int watchdog_stop(struct watchdog_device *wdd) in watchdog_stop()
341 static unsigned int watchdog_get_status(struct watchdog_device *wdd) in watchdog_get_status()
374 static int watchdog_set_timeout(struct watchdog_device *wdd, in watchdog_set_timeout()
405 static int watchdog_set_pretimeout(struct watchdog_device *wdd, in watchdog_set_pretimeout()
434 static int watchdog_get_timeleft(struct watchdog_device *wdd, in watchdog_get_timeleft()
451 struct watchdog_device *wdd = dev_get_drvdata(dev); in nowayout_show()
460 struct watchdog_device *wdd = dev_get_drvdata(dev); in status_show()
475 struct watchdog_device *wdd = dev_get_drvdata(dev); in bootstatus_show()
484 struct watchdog_device *wdd = dev_get_drvdata(dev); in timeleft_show()
502 struct watchdog_device *wdd = dev_get_drvdata(dev); in timeout_show()
511 struct watchdog_device *wdd = dev_get_drvdata(dev); in pretimeout_show()
520 struct watchdog_device *wdd = dev_get_drvdata(dev); in identity_show()
529 struct watchdog_device *wdd = dev_get_drvdata(dev); in state_show()
549 struct watchdog_device *wdd = dev_get_drvdata(dev); in pretimeout_governor_show()
558 struct watchdog_device *wdd = dev_get_drvdata(dev); in pretimeout_governor_store()
572 struct watchdog_device *wdd = dev_get_drvdata(dev); in wdt_is_visible()
620 static int watchdog_ioctl_op(struct watchdog_device *wdd, unsigned int cmd, in watchdog_ioctl_op()
645 struct watchdog_device *wdd; in watchdog_write()
697 struct watchdog_device *wdd; in watchdog_ioctl()
808 struct watchdog_device *wdd; in watchdog_open()
885 struct watchdog_device *wdd; in watchdog_release()
956 static int watchdog_cdev_register(struct watchdog_device *wdd, dev_t devno) in watchdog_cdev_register()
1039 static void watchdog_cdev_unregister(struct watchdog_device *wdd) in watchdog_cdev_unregister()
1074 struct watchdog_device *wdd; in watchdog_reboot_notifier()
1076 wdd = container_of(nb, struct watchdog_device, reboot_nb); in watchdog_reboot_notifier()
1099 int watchdog_dev_register(struct watchdog_device *wdd) in watchdog_dev_register()
1148 void watchdog_dev_unregister(struct watchdog_device *wdd) in watchdog_dev_unregister()