Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dtermios.h9 struct termiox struct
Dtty_driver.h283 int (*set_termiox)(struct tty_struct *tty, struct termiox *tnew);
Dtty.h275 struct termiox *termiox; /* May be NULL for unsupported */ member
/linux-3.4.99/drivers/tty/
Dtty_ioctl.c670 struct termiox tnew; in set_termiox()
673 if (tty->termiox == NULL) in set_termiox()
675 if (copy_from_user(&tnew, arg, sizeof(struct termiox))) in set_termiox()
1057 struct termiox ktermx; in tty_mode_ioctl()
1058 if (real_tty->termiox == NULL) in tty_mode_ioctl()
1061 memcpy(&ktermx, real_tty->termiox, sizeof(struct termiox)); in tty_mode_ioctl()
1063 if (copy_to_user(p, &ktermx, sizeof(struct termiox))) in tty_mode_ioctl()