Lines Matching defs:parity
419 port->icount.parity++;
420 dev_dbg(&port->dev, "%s - parity error\n", __func__);
850 u8 parity;
882 /* Set parity of termios */
886 parity = MX_PARITY_MARK;
888 parity = MX_PARITY_SPACE;
891 parity = MX_PARITY_ODD;
893 parity = MX_PARITY_EVEN;
896 parity = MX_PARITY_NONE;
906 buf[1] = parity;
934 dev_dbg(&port->dev, "parity : %d\n", parity);