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

/drivers/tty/
H A Dtty_ioctl.c695 * set_termiox - set termiox fields if possible
704 static int set_termiox(struct tty_struct *tty, void __user *arg, int opt) function
727 if (tty->ops->set_termiox)
728 tty->ops->set_termiox(tty, &tnew);
1075 return set_termiox(real_tty, p, 0);
1077 return set_termiox(real_tty, p, TERMIOS_WAIT);
1079 return set_termiox(real_tty, p, TERMIOS_FLUSH);

Completed in 132 milliseconds