Lines Matching defs:wdd
62 static int watchdog_ping(struct watchdog_device *wdd) in watchdog_ping()
95 static int watchdog_start(struct watchdog_device *wdd) in watchdog_start()
128 static int watchdog_stop(struct watchdog_device *wdd) in watchdog_stop()
165 static int watchdog_get_status(struct watchdog_device *wdd, in watchdog_get_status()
194 static int watchdog_set_timeout(struct watchdog_device *wdd, in watchdog_set_timeout()
227 static int watchdog_get_timeleft(struct watchdog_device *wdd, in watchdog_get_timeleft()
257 static int watchdog_ioctl_op(struct watchdog_device *wdd, unsigned int cmd, in watchdog_ioctl_op()
294 struct watchdog_device *wdd = file->private_data; in watchdog_write() local
337 struct watchdog_device *wdd = file->private_data; in watchdog_ioctl() local
417 struct watchdog_device *wdd; in watchdog_open() local
467 struct watchdog_device *wdd = file->private_data; in watchdog_release() local
526 int watchdog_dev_register(struct watchdog_device *wdd) in watchdog_dev_register()
570 int watchdog_dev_unregister(struct watchdog_device *wdd) in watchdog_dev_unregister()