Lines Matching refs:watchdog_device
50 static struct watchdog_device *old_wdd;
62 static int watchdog_ping(struct watchdog_device *wddev) in watchdog_ping()
95 static int watchdog_start(struct watchdog_device *wddev) in watchdog_start()
128 static int watchdog_stop(struct watchdog_device *wddev) in watchdog_stop()
165 static int watchdog_get_status(struct watchdog_device *wddev, in watchdog_get_status()
194 static int watchdog_set_timeout(struct watchdog_device *wddev, in watchdog_set_timeout()
228 static int watchdog_get_timeleft(struct watchdog_device *wddev, in watchdog_get_timeleft()
258 static int watchdog_ioctl_op(struct watchdog_device *wddev, unsigned int cmd, in watchdog_ioctl_op()
295 struct watchdog_device *wdd = file->private_data; in watchdog_write()
335 struct watchdog_device *wdd = file->private_data; in watchdog_ioctl()
414 struct watchdog_device *wdd; in watchdog_open()
420 wdd = container_of(inode->i_cdev, struct watchdog_device, cdev); in watchdog_open()
464 struct watchdog_device *wdd = file->private_data; in watchdog_release()
523 int watchdog_dev_register(struct watchdog_device *watchdog) in watchdog_dev_register()
567 int watchdog_dev_unregister(struct watchdog_device *watchdog) in watchdog_dev_unregister()