Lines Matching defs:parity
412 port->icount.parity++;
413 dev_dbg(&port->dev, "%s - parity error\n", __func__);
843 u8 parity;
875 /* Set parity of termios */
879 parity = MX_PARITY_MARK;
881 parity = MX_PARITY_SPACE;
884 parity = MX_PARITY_ODD;
886 parity = MX_PARITY_EVEN;
889 parity = MX_PARITY_NONE;
899 buf[1] = parity;
927 dev_dbg(&port->dev, "parity : %d\n", parity);