Lines Matching +full:odd +full:- +full:parity
1 /* SPDX-License-Identifier: GPL-2.0+ */
8 * This program is largely derived from work by the linux-usb group
12 * See Documentation/usb/usb-serial.rst for more information on using this
15 * 12-Mar-2001 gkh
16 * Added GoHubs GO-COM232 device id.
18 * 06-Nov-2000 gkh
21 * 12-Oct-2000 William Greathouse
53 #define BELKIN_SA_SET_PARITY_REQUEST 3 /* Set parity (None, Even, Odd) */
73 #define BELKIN_SA_STOP_BITS(b) (b-1)
75 #define BELKIN_SA_DATA_BITS(b) (b-5)
102 #define BELKIN_SA_LSR_PE 0x04 /* parity error */