Lines Matching defs:termios
306 struct ktermios *termios,
319 switch (termios->c_cflag & CSIZE) {
335 if (termios->c_cflag & CSTOPB)
341 if (termios->c_cflag & PARENB) {
342 if (termios->c_cflag & CMSPAR) {
343 if (termios->c_cflag & PARODD)
347 } else if (termios->c_cflag & PARODD)
354 if (termios->c_cflag & CRTSCTS)
361 baud = uart_get_baud_rate(port, termios, old, 9600, 3200000);
365 if (tty_termios_baud_rate(termios))
366 tty_termios_encode_baud_rate(termios, baud, baud);
369 if (termios->c_iflag & INPCK)
372 uart_update_timeout(port, termios->c_cflag, baud);