Lines Matching defs:termios
846 struct ktermios *termios, struct ktermios *old)
868 switch (termios->c_cflag & CSIZE) {
892 if (termios->c_cflag & CSTOPB) {
898 if (termios->c_cflag & PARENB) {
903 if (!(termios->c_cflag & PARODD)) {
919 if (termios->c_iflag & INPCK)
921 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK))
928 if (termios->c_iflag & IGNPAR)
930 if (termios->c_iflag & IGNBRK) {
936 if (termios->c_iflag & IGNPAR)
942 if ((termios->c_cflag & CREAD) == 0)
945 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk / 16);
951 uart_update_timeout(port, termios->c_cflag, baud);