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