Lines Matching +full:single +full:- +full:board
1 // SPDX-License-Identifier: GPL-2.0+
3 * ICP Wafer 5823 Single Board Computer WDT driver
7 * (c) Copyright 2002 Justin Cormack <justin@street-vision.com>
14 * (c) Copyright 1996-1997 Alan Cox <alan@lxorguk.ukuu.org.uk>,
19 * "AS-IS" and at no charge.
49 * You must set these - there is no sane way to probe for this board.
110 return -EFAULT; in wafwdt_write()
138 return -EFAULT; in wafwdt_ioctl()
147 int options, retval = -EINVAL; in wafwdt_ioctl()
150 return -EFAULT; in wafwdt_ioctl()
171 return -EFAULT; in wafwdt_ioctl()
173 return -EINVAL; in wafwdt_ioctl()
182 return -ENOTTY; in wafwdt_ioctl()
190 return -EBUSY; in wafwdt_open()
256 pr_info("WDT driver for Wafer 5823 single board computer initialising\n"); in wafwdt_init()
267 ret = -EIO; in wafwdt_init()
274 ret = -EIO; in wafwdt_init()
319 MODULE_DESCRIPTION("ICP Wafer 5823 Single Board Computer WDT driver");