Lines Matching defs:termios
503 static void asc_set_termios(struct uart_port *port, struct ktermios *termios,
513 /* Update termios to reflect hardware capabilities */
514 termios->c_cflag &= ~(CMSPAR |
519 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk/16);
520 cflag = termios->c_cflag;
545 termios->c_cflag = cflag;
603 if (termios->c_iflag & INPCK)
605 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK))
612 if (termios->c_iflag & IGNPAR)
614 if (termios->c_iflag & IGNBRK) {
620 if (termios->c_iflag & IGNPAR)
627 if (!(termios->c_cflag & CREAD))