Lines Matching defs:wdd

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() local
248 static int watchdog_start(struct watchdog_device *wdd) in watchdog_start()
291 static int watchdog_stop(struct watchdog_device *wdd) in watchdog_stop()
330 static unsigned int watchdog_get_status(struct watchdog_device *wdd) in watchdog_get_status()
367 static int watchdog_set_timeout(struct watchdog_device *wdd, in watchdog_set_timeout()
400 static int watchdog_set_pretimeout(struct watchdog_device *wdd, in watchdog_set_pretimeout()
429 static int watchdog_get_timeleft(struct watchdog_device *wdd, in watchdog_get_timeleft()
446 struct watchdog_device *wdd = dev_get_drvdata(dev); in nowayout_show() local
455 struct watchdog_device *wdd = dev_get_drvdata(dev); in nowayout_store() local
475 struct watchdog_device *wdd = dev_get_drvdata(dev); in status_show() local
490 struct watchdog_device *wdd = dev_get_drvdata(dev); in bootstatus_show() local
499 struct watchdog_device *wdd = dev_get_drvdata(dev); in timeleft_show() local
517 struct watchdog_device *wdd = dev_get_drvdata(dev); in timeout_show() local
526 struct watchdog_device *wdd = dev_get_drvdata(dev); in min_timeout_show() local
535 struct watchdog_device *wdd = dev_get_drvdata(dev); in max_timeout_show() local
544 struct watchdog_device *wdd = dev_get_drvdata(dev); in pretimeout_show() local
553 struct watchdog_device *wdd = dev_get_drvdata(dev); in options_show() local
562 struct watchdog_device *wdd = dev_get_drvdata(dev); in fw_version_show() local
571 struct watchdog_device *wdd = dev_get_drvdata(dev); in identity_show() local
580 struct watchdog_device *wdd = dev_get_drvdata(dev); in state_show() local
600 struct watchdog_device *wdd = dev_get_drvdata(dev); in pretimeout_governor_show() local
609 struct watchdog_device *wdd = dev_get_drvdata(dev); in pretimeout_governor_store() local
623 struct watchdog_device *wdd = dev_get_drvdata(dev); in wdt_is_visible() local
674 static int watchdog_ioctl_op(struct watchdog_device *wdd, unsigned int cmd, in watchdog_ioctl_op()
700 struct watchdog_device *wdd; in watchdog_write() local
754 struct watchdog_device *wdd; in watchdog_ioctl() local
866 struct watchdog_device *wdd; in watchdog_open() local
944 struct watchdog_device *wdd; in watchdog_release() local
1022 static int watchdog_cdev_register(struct watchdog_device *wdd) in watchdog_cdev_register()
1121 static void watchdog_cdev_unregister(struct watchdog_device *wdd) in watchdog_cdev_unregister()
1159 int watchdog_dev_register(struct watchdog_device *wdd) in watchdog_dev_register()
1181 void watchdog_dev_unregister(struct watchdog_device *wdd) in watchdog_dev_unregister()
1200 int watchdog_set_last_hw_keepalive(struct watchdog_device *wdd, in watchdog_set_last_hw_keepalive()
1273 int watchdog_dev_suspend(struct watchdog_device *wdd) in watchdog_dev_suspend()
1300 int watchdog_dev_resume(struct watchdog_device *wdd) in watchdog_dev_resume()