Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dtty_driver.h285 int (*set_termiox)(struct tty_struct *tty, struct termiox *tnew);
/linux-4.4.14/drivers/tty/
Dtty_ioctl.c689 struct termiox tnew; in set_termiox() local
694 if (copy_from_user(&tnew, arg, sizeof(struct termiox))) in set_termiox()
711 tty->ops->set_termiox(tty, &tnew); in set_termiox()