Searched refs:tnew (Results 1 – 2 of 2) sorted by relevance
285 int (*set_termiox)(struct tty_struct *tty, struct termiox *tnew);
686 struct termiox tnew; in set_termiox() local691 if (copy_from_user(&tnew, arg, sizeof(struct termiox))) in set_termiox()708 tty->ops->set_termiox(tty, &tnew); in set_termiox()