Lines Matching refs:watchdog_device
50 static struct watchdog_device *old_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()
337 struct watchdog_device *wdd = file->private_data; in watchdog_ioctl()
417 struct watchdog_device *wdd; in watchdog_open()
423 wdd = container_of(inode->i_cdev, struct watchdog_device, cdev); in watchdog_open()
467 struct watchdog_device *wdd = file->private_data; in watchdog_release()
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()