Lines Matching defs:parity
334 uap->port.icount.parity++;
1948 * If we're ignoring parity and break indicators,
2254 int *parity, int *bits)
2261 *parity = 'n';
2264 *parity = 'e';
2266 *parity = 'o';
2292 int parity = 'n';
2329 &baud, &parity, &bits, &flow);
2331 pl011_console_get_options(uap, &baud, &parity, &bits);
2334 return uart_set_options(&uap->port, co, baud, parity, bits, flow);