Lines Matching defs:termios
636 tty->termios.c_lflag &= ~ECHO;
1062 struct ktermios *termios = &tty->termios;
1067 newline.bCharFormat = termios->c_cflag & CSTOPB ? 2 : 0;
1068 newline.bParityType = termios->c_cflag & PARENB ?
1069 (termios->c_cflag & PARODD ? 1 : 2) +
1070 (termios->c_cflag & CMSPAR ? 2 : 0) : 0;
1071 switch (termios->c_cflag & CSIZE) {
1086 /* FIXME: Needs to clear unsupported bits in the termios */
1087 acm->clocal = ((termios->c_cflag & CLOCAL) != 0);
1716 .driver_info = DISABLE_ECHO, }, /* DISABLE ECHO in termios flag */
1737 .driver_info = DISABLE_ECHO, /* DISABLE ECHO in termios flag */