Lines Matching defs:termios
328 struct ktermios *termios,
341 switch (termios->c_cflag & CSIZE) {
357 if (termios->c_cflag & CSTOPB)
363 if (termios->c_cflag & PARENB) {
364 if (termios->c_cflag & CMSPAR) {
365 if (termios->c_cflag & PARODD)
369 } else if (termios->c_cflag & PARODD)
376 if (termios->c_cflag & CRTSCTS)
383 baud = uart_get_baud_rate(port, termios, old, 9600, 3200000);
387 if (tty_termios_baud_rate(termios))
388 tty_termios_encode_baud_rate(termios, baud, baud);
391 if (termios->c_iflag & INPCK)
394 uart_update_timeout(port, termios->c_cflag, baud);