Lines Matching +full:rate +full:- +full:touch +full:- +full:ms
1 // SPDX-License-Identifier: GPL-2.0+
5 * (c) Copyright 1996-1997 Alan Cox <alan@lxorguk.ukuu.org.uk>,
10 * "AS-IS" and at no charge.
71 /* You must set these - there is no sane way to probe for this board. */
82 /* Support for the Fan Tachometer on the WDT501-P */
86 "WDT501-P Fan Tachometer support (0=disable, default=0)");
91 "WDT501-P Card type (500 or 501, default=500)");
125 Rate Generator */ in wdt_start()
166 wdt_ctr_mode(1, 2); /* Re-Program CTR1 for Mode 2: in wdt_ping()
167 Rate Generator */ in wdt_ping()
178 * value is incorrect we keep the old value and return -EINVAL. If
185 return -EINVAL; in wdt_set_heartbeat()
298 pr_crit("Reset in 5ms\n"); in wdt_interrupt()
330 return -EFAULT; in wdt_write()
377 return copy_to_user(argp, &ident, sizeof(ident)) ? -EFAULT : 0; in wdt_ioctl()
388 return -EFAULT; in wdt_ioctl()
390 return -EINVAL; in wdt_ioctl()
396 return -ENOTTY; in wdt_ioctl()
415 return -EBUSY; in wdt_open()
465 return -EFAULT; in wdt_temp_read()
505 * trust me - if it happens it does suck.
566 * will not touch PC memory so all is fine. You just have to load a new
594 return -ENODEV; in wdt_init()
607 ret = -EBUSY; in wdt_init()
639 pr_info("WDT500/501-P driver 0.10 at 0x%04x (Interrupt %d). heartbeat=%d sec (nowayout=%d)\n", in wdt_init()