Searched refs:termiox (Results 1 – 4 of 4) sorted by relevance
461 struct termiox tnew; in set_termiox()464 if (tty->termiox == NULL) in set_termiox()466 if (copy_from_user(&tnew, arg, sizeof(struct termiox))) in set_termiox()819 struct termiox ktermx; in tty_mode_ioctl()820 if (real_tty->termiox == NULL) in tty_mode_ioctl()823 memcpy(&ktermx, real_tty->termiox, sizeof(struct termiox)); in tty_mode_ioctl()825 if (copy_to_user(p, &ktermx, sizeof(struct termiox))) in tty_mode_ioctl()
10 struct termiox struct
288 int (*set_termiox)(struct tty_struct *tty, struct termiox *tnew);
304 struct termiox *termiox; /* May be NULL for unsupported */ member