Lines Matching defs:parity
186 * parity bit is transmitted and checked as a 0. When bits 1 and 7 are set,
187 * and bit 2 is 0, the parity bit is transmitted and checked as a 1. When this
188 * bit is cleared stick parity is disabled.
660 s->port.icount.parity++;
1003 /* parity */
1028 * If we're ignoring parity and break indicators,
1398 int *parity, int *bits)
1408 *parity = 'n';
1411 *parity = 'e';
1413 *parity = 'o';
1437 int parity = 'n';
1457 uart_parse_options(options, &baud, &parity, &bits, &flow);
1459 auart_console_get_options(s, &baud, &parity, &bits);
1461 ret = uart_set_options(&s->port, co, baud, parity, bits, flow);