Lines Matching refs:watchdog_device
76 static inline bool watchdog_need_worker(struct watchdog_device *wdd) in watchdog_need_worker()
99 static ktime_t watchdog_next_keepalive(struct watchdog_device *wdd) in watchdog_next_keepalive()
129 static inline void watchdog_update_worker(struct watchdog_device *wdd) in watchdog_update_worker()
144 static int __watchdog_ping(struct watchdog_device *wdd) in __watchdog_ping()
191 static int watchdog_ping(struct watchdog_device *wdd) in watchdog_ping()
206 struct watchdog_device *wdd = wd_data->wdd; in watchdog_worker_should_ping()
248 static int watchdog_start(struct watchdog_device *wdd) in watchdog_start()
292 static int watchdog_stop(struct watchdog_device *wdd) in watchdog_stop()
331 static unsigned int watchdog_get_status(struct watchdog_device *wdd) in watchdog_get_status()
368 static int watchdog_set_timeout(struct watchdog_device *wdd, in watchdog_set_timeout()
401 static int watchdog_set_pretimeout(struct watchdog_device *wdd, in watchdog_set_pretimeout()
430 static int watchdog_get_timeleft(struct watchdog_device *wdd, in watchdog_get_timeleft()
447 struct watchdog_device *wdd = dev_get_drvdata(dev); in nowayout_show()
456 struct watchdog_device *wdd = dev_get_drvdata(dev); in nowayout_store()
476 struct watchdog_device *wdd = dev_get_drvdata(dev); in status_show()
491 struct watchdog_device *wdd = dev_get_drvdata(dev); in bootstatus_show()
500 struct watchdog_device *wdd = dev_get_drvdata(dev); in timeleft_show()
518 struct watchdog_device *wdd = dev_get_drvdata(dev); in timeout_show()
527 struct watchdog_device *wdd = dev_get_drvdata(dev); in min_timeout_show()
536 struct watchdog_device *wdd = dev_get_drvdata(dev); in max_timeout_show()
545 struct watchdog_device *wdd = dev_get_drvdata(dev); in pretimeout_show()
554 struct watchdog_device *wdd = dev_get_drvdata(dev); in options_show()
563 struct watchdog_device *wdd = dev_get_drvdata(dev); in fw_version_show()
572 struct watchdog_device *wdd = dev_get_drvdata(dev); in identity_show()
581 struct watchdog_device *wdd = dev_get_drvdata(dev); in state_show()
601 struct watchdog_device *wdd = dev_get_drvdata(dev); in pretimeout_governor_show()
610 struct watchdog_device *wdd = dev_get_drvdata(dev); in pretimeout_governor_store()
624 struct watchdog_device *wdd = dev_get_drvdata(dev); in wdt_is_visible()
675 static int watchdog_ioctl_op(struct watchdog_device *wdd, unsigned int cmd, in watchdog_ioctl_op()
701 struct watchdog_device *wdd; in watchdog_write()
755 struct watchdog_device *wdd; in watchdog_ioctl()
867 struct watchdog_device *wdd; in watchdog_open()
945 struct watchdog_device *wdd; in watchdog_release()
1022 static int watchdog_cdev_register(struct watchdog_device *wdd) in watchdog_cdev_register()
1120 static void watchdog_cdev_unregister(struct watchdog_device *wdd) in watchdog_cdev_unregister()
1158 int watchdog_dev_register(struct watchdog_device *wdd) in watchdog_dev_register()
1180 void watchdog_dev_unregister(struct watchdog_device *wdd) in watchdog_dev_unregister()
1199 int watchdog_set_last_hw_keepalive(struct watchdog_device *wdd, in watchdog_set_last_hw_keepalive()
1272 int watchdog_dev_suspend(struct watchdog_device *wdd) in watchdog_dev_suspend()
1299 int watchdog_dev_resume(struct watchdog_device *wdd) in watchdog_dev_resume()