Lines Matching defs:wdd
60 struct watchdog_device *wdd; member
96 static inline bool watchdog_need_worker(struct watchdog_device *wdd) in watchdog_need_worker()
119 static ktime_t watchdog_next_keepalive(struct watchdog_device *wdd) in watchdog_next_keepalive()
149 static inline void watchdog_update_worker(struct watchdog_device *wdd) in watchdog_update_worker()
164 static int __watchdog_ping(struct watchdog_device *wdd) in __watchdog_ping()
205 static int watchdog_ping(struct watchdog_device *wdd) in watchdog_ping()
220 struct watchdog_device *wdd = wd_data->wdd; in watchdog_worker_should_ping() local
264 static int watchdog_start(struct watchdog_device *wdd) in watchdog_start()
305 static int watchdog_stop(struct watchdog_device *wdd) in watchdog_stop()
342 static unsigned int watchdog_get_status(struct watchdog_device *wdd) in watchdog_get_status()
375 static int watchdog_set_timeout(struct watchdog_device *wdd, in watchdog_set_timeout()
406 static int watchdog_set_pretimeout(struct watchdog_device *wdd, in watchdog_set_pretimeout()
435 static int watchdog_get_timeleft(struct watchdog_device *wdd, in watchdog_get_timeleft()
452 struct watchdog_device *wdd = dev_get_drvdata(dev); in nowayout_show() local
460 struct watchdog_device *wdd = dev_get_drvdata(dev); in nowayout_store() local
480 struct watchdog_device *wdd = dev_get_drvdata(dev); in status_show() local
495 struct watchdog_device *wdd = dev_get_drvdata(dev); in bootstatus_show() local
504 struct watchdog_device *wdd = dev_get_drvdata(dev); in timeleft_show() local
522 struct watchdog_device *wdd = dev_get_drvdata(dev); in timeout_show() local
531 struct watchdog_device *wdd = dev_get_drvdata(dev); in pretimeout_show() local
540 struct watchdog_device *wdd = dev_get_drvdata(dev); in identity_show() local
549 struct watchdog_device *wdd = dev_get_drvdata(dev); in state_show() local
569 struct watchdog_device *wdd = dev_get_drvdata(dev); in pretimeout_governor_show() local
578 struct watchdog_device *wdd = dev_get_drvdata(dev); in pretimeout_governor_store() local
592 struct watchdog_device *wdd = dev_get_drvdata(dev); in wdt_is_visible() local
640 static int watchdog_ioctl_op(struct watchdog_device *wdd, unsigned int cmd, in watchdog_ioctl_op()
665 struct watchdog_device *wdd; in watchdog_write() local
717 struct watchdog_device *wdd; in watchdog_ioctl() local
828 struct watchdog_device *wdd; in watchdog_open() local
905 struct watchdog_device *wdd; in watchdog_release() local
982 static int watchdog_cdev_register(struct watchdog_device *wdd) in watchdog_cdev_register()
1077 static void watchdog_cdev_unregister(struct watchdog_device *wdd) in watchdog_cdev_unregister()
1112 int watchdog_dev_register(struct watchdog_device *wdd) in watchdog_dev_register()
1135 void watchdog_dev_unregister(struct watchdog_device *wdd) in watchdog_dev_unregister()
1152 int watchdog_set_last_hw_keepalive(struct watchdog_device *wdd, in watchdog_set_last_hw_keepalive()