Lines Matching +full:odd +full:- +full:parity
1 /* SPDX-License-Identifier: GPL-2.0+ */
9 * Greg Kroah-Hartman (greg@kroah.com)
11 * See Documentation/usb/usb-serial.rst for more information on using this
63 #define WHITEHEAT_PAR_NONE 'n' /* no parity */
64 #define WHITEHEAT_PAR_EVEN 'e' /* even parity */
65 #define WHITEHEAT_PAR_ODD 'o' /* odd parity */
66 #define WHITEHEAT_PAR_SPACE '0' /* space (force 0) parity */
67 #define WHITEHEAT_PAR_MARK '1' /* mark (force 1) parity */
90 __le32 baud; /* any value 7 - 460800, firmware calculates
94 __u8 parity; /* see WHITEHEAT_PAR_* above */ member
131 * Type DATA: 0x00 - 0xff
132 * Type IDATA: 0x80 - 0xff
133 * Type BDATA: 0x20 - 0x2f
134 * Type XDATA: 0x0000 - 0xffff
140 * NOTE: 0x80 - 0xff (local space) are the Special Function Registers
141 * of the 8051, and some have on-read side-effects.
230 __u8 connect; /* 0 means not connected, non-zero means
294 __u8 results[32]; /* test-dependent results */