Lines Matching defs:termios
33 #include <linux/termios.h>
1274 struct ktermios *termios, struct ktermios *oldtermios)
1304 termios->c_cflag &= ~CMSPAR;
1306 if ((termios->c_cflag & PARENB) == PARENB) {
1308 if (termios->c_cflag & PARODD) {
1320 switch (termios->c_cflag & CSIZE) {
1340 if (termios->c_cflag & CSTOPB) {
1353 baud = uart_get_baud_rate(u, termios, oldtermios,
1362 if (tty_termios_baud_rate(termios))
1363 tty_termios_encode_baud_rate(termios, baud, baud);
1367 if (termios->c_cflag & CRTSCTS) {
1381 uart_update_timeout(u, termios->c_cflag, baud);
1392 if ((termios->c_cflag & CREAD) == 0)
1394 if (termios->c_iflag & IGNBRK)