Lines Matching defs:parity
861 sport->port.icount.parity++;
941 sport->port.icount.parity++;
1069 sport->port.icount.parity++;
1088 sport->port.icount.parity++;
1092 * At this point parity/framing error is
1871 /* parity must be enabled when CS7 to match 8-bits format */
1923 * if we're ignoring parity and break indicators,
2107 /* parity must be enabled when CS7 to match 8-bits format */
2156 * if we're ignoring parity and break indicators,
2365 int *parity, int *bits)
2379 *parity = 'n';
2382 *parity = 'o';
2384 *parity = 'e';
2414 int *parity, int *bits)
2428 *parity = 'n';
2431 *parity = 'o';
2433 *parity = 'e';
2463 int parity = 'n';
2479 uart_parse_options(options, &baud, &parity, &bits, &flow);
2482 lpuart32_console_get_options(sport, &baud, &parity, &bits);
2484 lpuart_console_get_options(sport, &baud, &parity, &bits);
2491 return uart_set_options(&sport->port, co, baud, parity, bits, flow);