Searched defs:kterm (Results 1 - 1 of 1) sorted by relevance

/drivers/tty/
H A Dtty_ioctl.c668 static void copy_termios(struct tty_struct *tty, struct ktermios *kterm) argument
671 *kterm = tty->termios;
675 static void copy_termios_locked(struct tty_struct *tty, struct ktermios *kterm) argument
678 *kterm = tty->termios_locked;
684 struct ktermios kterm; local
685 copy_termios(tty, &kterm);
686 if (kernel_termios_to_user_termio(termio, &kterm))
959 struct ktermios kterm; local
997 copy_termios(real_tty, &kterm);
998 if (kernel_termios_to_user_termios((struct termios __user *)arg, &kterm))
[all...]

Completed in 43 milliseconds