Searched defs:termios (Results 1 - 1 of 1) sorted by relevance

/system/nfc/halimpl/bcm2079x/adaptation/
H A Duserial_linux.c35 #include <termios.h>
922 struct termios termios; local
1038 tcgetattr(linux_cb.sock, &termios);
1040 termios.c_cflag &= ~(CSIZE | PARENB);
1041 termios.c_cflag = CLOCAL | CREAD | data_bits | stop_bits | parity;
1042 if (!parity) termios.c_cflag |= IGNPAR;
1043 // termios.c_cflag &= ~CRTSCTS;
1044 termios.c_oflag = 0;
1045 termios
1245 struct termios termios; local
[all...]

Completed in 59 milliseconds