Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dtty_driver.h287 int (*set_termiox)(struct tty_struct *tty, struct termiox *tnew);
/Linux-v4.19/drivers/tty/
Dtty_ioctl.c461 struct termiox tnew; in set_termiox() local
466 if (copy_from_user(&tnew, arg, sizeof(struct termiox))) in set_termiox()
483 tty->ops->set_termiox(tty, &tnew); in set_termiox()