Searched refs:stop_bits (Results 1 – 6 of 6) sorted by relevance
179 UINT8 stop_bits; member949 UINT8 stop_bits = 0; in USERIAL_Open() local1040 stop_bits = 0; in USERIAL_Open()1042 stop_bits = CSTOPB; in USERIAL_Open()1077 termios.c_cflag = CLOCAL|CREAD|data_bits|stop_bits|parity; in USERIAL_Open()1309 termios.c_cflag |= (CLOCAL | CREAD | CRTSCTS | stop_bits); in userial_change_rate()
166 unsigned char stop_bits; /* 1 or 2 stop bits */ member
139 int stop_bits = 1; /* Number of serial port stop bits */ variable225 { "stop-bits", o_int, &stop_bits,
282 extern int stop_bits; /* Number of serial port stop bits */
1228 if (stop_bits >= 2)
978 if (stop_bits >= 2) in set_up_tty()