Home
last modified time | relevance | path

Searched refs:tnew (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/
Dtty_driver.h285 int (*set_termiox)(struct tty_struct *tty, struct termiox *tnew);
/linux-4.1.27/drivers/tty/
Dtty_ioctl.c686 struct termiox tnew; in set_termiox() local
691 if (copy_from_user(&tnew, arg, sizeof(struct termiox))) in set_termiox()
708 tty->ops->set_termiox(tty, &tnew); in set_termiox()