termiox           461 drivers/tty/tty_ioctl.c 	struct termiox tnew;
termiox           464 drivers/tty/tty_ioctl.c 	if (tty->termiox == NULL)
termiox           466 drivers/tty/tty_ioctl.c 	if (copy_from_user(&tnew, arg, sizeof(struct termiox)))
termiox           819 drivers/tty/tty_ioctl.c 		struct termiox ktermx;
termiox           820 drivers/tty/tty_ioctl.c 		if (real_tty->termiox == NULL)
termiox           823 drivers/tty/tty_ioctl.c 		memcpy(&ktermx, real_tty->termiox, sizeof(struct termiox));
termiox           825 drivers/tty/tty_ioctl.c 		if (copy_to_user(p, &ktermx, sizeof(struct termiox)))
termiox           306 include/linux/tty.h 	struct termiox *termiox;	/* May be NULL for unsupported */
termiox           288 include/linux/tty_driver.h 	int (*set_termiox)(struct tty_struct *tty, struct termiox *tnew);