Searched refs:termio (Results 1 - 2 of 2) sorted by relevance

/drivers/tty/
H A Dmoxa.c1585 * int MoxaPortSetTermio(int port, struct ktermios *termio, speed_t baud);
1587 * struct ktermios * termio : termio structure pointer
1590 * return: -1 : this port is invalid or termio == NULL
1762 static int MoxaPortSetTermio(struct moxa_port *port, struct ktermios *termio, argument
1770 mode = termio->c_cflag & CSIZE;
1780 if (termio->c_cflag & CSTOPB) {
1788 if (termio->c_cflag & PARENB) {
1789 if (termio->c_cflag & PARODD)
1803 if (termio
[all...]
H A Dtty_ioctl.c622 (struct termio __user *)arg))
682 static int get_termio(struct tty_struct *tty, struct termio __user *termio) argument
686 if (kernel_termios_to_user_termio(termio, &kterm))

Completed in 112 milliseconds