Lines Matching defs:termios
464 static void asc_set_termios(struct uart_port *port, struct ktermios *termios,
474 /* Update termios to reflect hardware capabilities */
475 termios->c_cflag &= ~(CMSPAR |
480 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk/16);
481 cflag = termios->c_cflag;
506 termios->c_cflag = cflag;
564 if (termios->c_iflag & INPCK)
566 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK))
573 if (termios->c_iflag & IGNPAR)
575 if (termios->c_iflag & IGNBRK) {
581 if (termios->c_iflag & IGNPAR)
588 if (!(termios->c_cflag & CREAD))