Lines Matching defs:parity
661 /* Store the mask, clear parity/framing errors */
904 port->icount.parity++;
905 dev_notice(port->dev, "parity error\n");
960 /* parity error */
961 port->icount.parity++;
966 dev_notice(port->dev, "parity error\n");
2514 /* byte size and parity */
3081 int parity = 'n';
3105 uart_parse_options(options, &baud, &parity, &bits, &flow);
3107 return uart_set_options(port, co, baud, parity, bits, flow);