Lines Matching defs:termios
365 struct ktermios *termios,
373 switch (termios->c_cflag & CSIZE) {
389 if (termios->c_cflag & CSTOPB)
391 if (termios->c_cflag & PARENB)
393 if (!(termios->c_cflag & PARODD))
395 if (termios->c_cflag & CMSPAR)
401 baud = uart_get_baud_rate(port, termios, old,
416 uart_update_timeout(port, termios->c_cflag, baud);
419 if (termios->c_iflag & INPCK)
421 if (termios->c_iflag & (IGNBRK | PARMRK))
428 if (termios->c_iflag & IGNPAR)
430 if (termios->c_iflag & IGNBRK) {
436 if (termios->c_iflag & IGNPAR)
443 if ((termios->c_cflag & CREAD) == 0)
450 if (UART_ENABLE_MS(&up->port, termios->c_cflag))
484 priv->xon = termios->c_cc[VSTART];
485 priv->xoff = termios->c_cc[VSTOP];
490 if (termios->c_cflag & CRTSCTS && up->port.flags & UPF_HARD_FLOW &&
507 if (termios->c_iflag & IXOFF) {
525 if (tty_termios_baud_rate(termios))
526 tty_termios_encode_baud_rate(termios, baud, baud);