Lines Matching defs:parity
334 uap->port.icount.parity++;
2025 * If we're ignoring parity and break indicators,
2370 int *parity, int *bits)
2377 *parity = 'n';
2380 *parity = 'e';
2382 *parity = 'o';
2408 int parity = 'n';
2445 &baud, &parity, &bits, &flow);
2447 pl011_console_get_options(uap, &baud, &parity, &bits);
2450 return uart_set_options(&uap->port, co, baud, parity, bits, flow);