Lines Matching defs:parity
139 port->icount.parity++;
410 * If we're ignoring parity and break indicators,
576 int *parity, int *bits)
582 *parity = 'n';
585 *parity = 'e';
587 *parity = 'o';
606 int parity = 'n';
628 uart_parse_options(options, &baud, &parity, &bits, &flow);
630 pl010_console_get_options(uap, &baud, &parity, &bits);
632 return uart_set_options(&uap->port, co, baud, parity, bits, flow);