Lines Matching defs:wdd
73 static inline bool watchdog_need_worker(struct watchdog_device *wdd) in watchdog_need_worker()
96 static ktime_t watchdog_next_keepalive(struct watchdog_device *wdd) in watchdog_next_keepalive()
126 static inline void watchdog_update_worker(struct watchdog_device *wdd) in watchdog_update_worker()
141 static int __watchdog_ping(struct watchdog_device *wdd) in __watchdog_ping()
185 static int watchdog_ping(struct watchdog_device *wdd) in watchdog_ping()
200 struct watchdog_device *wdd = wd_data->wdd; in watchdog_worker_should_ping() local
244 static int watchdog_start(struct watchdog_device *wdd) in watchdog_start()
288 static int watchdog_stop(struct watchdog_device *wdd) in watchdog_stop()
326 static unsigned int watchdog_get_status(struct watchdog_device *wdd) in watchdog_get_status()
362 static int watchdog_set_timeout(struct watchdog_device *wdd, in watchdog_set_timeout()
393 static int watchdog_set_pretimeout(struct watchdog_device *wdd, in watchdog_set_pretimeout()
422 static int watchdog_get_timeleft(struct watchdog_device *wdd, in watchdog_get_timeleft()
439 struct watchdog_device *wdd = dev_get_drvdata(dev); in nowayout_show() local
448 struct watchdog_device *wdd = dev_get_drvdata(dev); in nowayout_store() local
468 struct watchdog_device *wdd = dev_get_drvdata(dev); in status_show() local
483 struct watchdog_device *wdd = dev_get_drvdata(dev); in bootstatus_show() local
492 struct watchdog_device *wdd = dev_get_drvdata(dev); in timeleft_show() local
510 struct watchdog_device *wdd = dev_get_drvdata(dev); in timeout_show() local
519 struct watchdog_device *wdd = dev_get_drvdata(dev); in min_timeout_show() local
528 struct watchdog_device *wdd = dev_get_drvdata(dev); in max_timeout_show() local
537 struct watchdog_device *wdd = dev_get_drvdata(dev); in pretimeout_show() local
546 struct watchdog_device *wdd = dev_get_drvdata(dev); in identity_show() local
555 struct watchdog_device *wdd = dev_get_drvdata(dev); in state_show() local
575 struct watchdog_device *wdd = dev_get_drvdata(dev); in pretimeout_governor_show() local
584 struct watchdog_device *wdd = dev_get_drvdata(dev); in pretimeout_governor_store() local
598 struct watchdog_device *wdd = dev_get_drvdata(dev); in wdt_is_visible() local
646 static int watchdog_ioctl_op(struct watchdog_device *wdd, unsigned int cmd, in watchdog_ioctl_op()
671 struct watchdog_device *wdd; in watchdog_write() local
723 struct watchdog_device *wdd; in watchdog_ioctl() local
834 struct watchdog_device *wdd; in watchdog_open() local
911 struct watchdog_device *wdd; in watchdog_release() local
988 static int watchdog_cdev_register(struct watchdog_device *wdd) in watchdog_cdev_register()
1084 static void watchdog_cdev_unregister(struct watchdog_device *wdd) in watchdog_cdev_unregister()
1121 int watchdog_dev_register(struct watchdog_device *wdd) in watchdog_dev_register()
1144 void watchdog_dev_unregister(struct watchdog_device *wdd) in watchdog_dev_unregister()
1161 int watchdog_set_last_hw_keepalive(struct watchdog_device *wdd, in watchdog_set_last_hw_keepalive()
1234 int watchdog_dev_suspend(struct watchdog_device *wdd) in watchdog_dev_suspend()
1261 int watchdog_dev_resume(struct watchdog_device *wdd) in watchdog_dev_resume()