Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dtty_driver.h288 int (*set_termiox)(struct tty_struct *tty, struct termiox *tnew);
/Linux-v5.4/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()