Home
last modified time | relevance | path

Searched refs:termiox (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dtermios.h9 struct termiox struct
/linux-4.4.14/drivers/tty/
Dtty_ioctl.c689 struct termiox tnew; in set_termiox()
692 if (tty->termiox == NULL) in set_termiox()
694 if (copy_from_user(&tnew, arg, sizeof(struct termiox))) in set_termiox()
1047 struct termiox ktermx; in tty_mode_ioctl()
1048 if (real_tty->termiox == NULL) in tty_mode_ioctl()
1051 memcpy(&ktermx, real_tty->termiox, sizeof(struct termiox)); in tty_mode_ioctl()
1053 if (copy_to_user(p, &ktermx, sizeof(struct termiox))) in tty_mode_ioctl()
/linux-4.4.14/include/linux/
Dtty_driver.h285 int (*set_termiox)(struct tty_struct *tty, struct termiox *tnew);
Dtty.h280 struct termiox *termiox; /* May be NULL for unsupported */ member