Lines Matching refs:termios
1259 struct ktermios *termios, in s3c24xx_serial_set_termios() argument
1274 termios->c_cflag &= ~(HUPCL | CMSPAR); in s3c24xx_serial_set_termios()
1275 termios->c_cflag |= CLOCAL; in s3c24xx_serial_set_termios()
1281 baud = uart_get_baud_rate(port, termios, old, 0, 115200*8); in s3c24xx_serial_set_termios()
1316 switch (termios->c_cflag & CSIZE) { in s3c24xx_serial_set_termios()
1339 if (termios->c_cflag & CSTOPB) in s3c24xx_serial_set_termios()
1342 if (termios->c_cflag & PARENB) { in s3c24xx_serial_set_termios()
1343 if (termios->c_cflag & PARODD) in s3c24xx_serial_set_termios()
1360 if (termios->c_cflag & CRTSCTS) { in s3c24xx_serial_set_termios()
1380 uart_update_timeout(port, termios->c_cflag, baud); in s3c24xx_serial_set_termios()
1386 if (termios->c_iflag & INPCK) in s3c24xx_serial_set_termios()
1393 if (termios->c_iflag & IGNPAR) in s3c24xx_serial_set_termios()
1395 if (termios->c_iflag & IGNBRK && termios->c_iflag & IGNPAR) in s3c24xx_serial_set_termios()
1401 if ((termios->c_cflag & CREAD) == 0) in s3c24xx_serial_set_termios()
1631 struct ktermios *termios; in s3c24xx_serial_cpufreq_transition() local
1642 termios = &tty->termios; in s3c24xx_serial_cpufreq_transition()
1644 if (termios == NULL) { in s3c24xx_serial_cpufreq_transition()
1649 s3c24xx_serial_set_termios(uport, termios, NULL); in s3c24xx_serial_cpufreq_transition()