Lines Matching defs:parity
138 uap->port.icount.parity++;
438 * If we're ignoring parity and break indicators,
605 int *parity, int *bits)
611 *parity = 'n';
614 *parity = 'e';
616 *parity = 'o';
635 int parity = 'n';
657 uart_parse_options(options, &baud, &parity, &bits, &flow);
659 pl010_console_get_options(uap, &baud, &parity, &bits);
661 return uart_set_options(&uap->port, co, baud, parity, bits, flow);