Lines Matching defs:termios
843 serial_omap_set_termios(struct uart_port *port, struct ktermios *termios,
851 switch (termios->c_cflag & CSIZE) {
867 if (termios->c_cflag & CSTOPB)
869 if (termios->c_cflag & PARENB)
871 if (!(termios->c_cflag & PARODD))
873 if (termios->c_cflag & CMSPAR)
880 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk/13);
905 uart_update_timeout(port, termios->c_cflag, baud);
908 if (termios->c_iflag & INPCK)
910 if (termios->c_iflag & (BRKINT | PARMRK))
917 if (termios->c_iflag & IGNPAR)
919 if (termios->c_iflag & IGNBRK) {
925 if (termios->c_iflag & IGNPAR)
932 if ((termios->c_cflag & CREAD) == 0)
939 if (UART_ENABLE_MS(&up->port, termios->c_cflag))
1037 serial_out(up, UART_XON1, termios->c_cc[VSTART]);
1038 serial_out(up, UART_XOFF1, termios->c_cc[VSTOP]);
1049 if (termios->c_cflag & CRTSCTS && up->port.flags & UPF_HARD_FLOW) {
1067 if (termios->c_iflag & IXON)
1075 if (termios->c_iflag & IXOFF) {
1086 if (termios->c_iflag & IXANY)