Lines Matching defs:termios
32 #include <linux/termios.h>
1281 struct ktermios *termios,
1312 termios->c_cflag &= ~CMSPAR;
1314 if ((termios->c_cflag & PARENB) == PARENB) {
1315 if (termios->c_cflag & PARODD) {
1326 char_bits = tty_get_char_size(termios->c_cflag);
1331 if (termios->c_cflag & CSTOPB)
1338 tup->symb_bit = tty_get_frame_size(termios->c_cflag);
1341 baud = uart_get_baud_rate(u, termios, oldtermios,
1350 if (tty_termios_baud_rate(termios))
1351 tty_termios_encode_baud_rate(termios, baud, baud);
1355 if (termios->c_cflag & CRTSCTS) {
1369 uart_update_timeout(u, termios->c_cflag, baud);
1380 if ((termios->c_cflag & CREAD) == 0)
1382 if (termios->c_iflag & IGNBRK)