Searched refs:stop_bits (Results 1 - 6 of 6) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Duserial_linux.c180 UINT8 stop_bits; member in struct:__anon10330
950 UINT8 stop_bits = 0; local
1041 stop_bits = 0;
1043 stop_bits = CSTOPB;
1078 termios.c_cflag = CLOCAL|CREAD|data_bits|stop_bits|parity;
1310 termios.c_cflag |= (CLOCAL | CREAD | CRTSCTS | stop_bits);
/external/kernel-headers/original/uapi/linux/
H A Dsynclink.h166 unsigned char stop_bits; /* 1 or 2 stop bits */ member in struct:_MGSL_PARAMS
/external/ppp/pppd/
H A Dtty.c139 int stop_bits = 1; /* Number of serial port stop bits */ variable
225 { "stop-bits", o_int, &stop_bits,
H A Dpppd.h282 extern int stop_bits; /* Number of serial port stop bits */
H A Dsys-linux.c978 if (stop_bits >= 2)
H A Dsys-solaris.c1228 if (stop_bits >= 2)

Completed in 133 milliseconds