Home | History | Annotate | Download | only in adaptation

Lines Matching full:parity

149     UINT16      parity;
896 UINT16 parity = 0;
977 parity = 0;
979 parity = PARENB;
981 parity = (PARENB | PARODD);
1023 termios.c_cflag = CLOCAL|CREAD|data_bits|stop_bits|parity;
1024 if (!parity)