Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/tty/
Dtty_ioctl.c447 static void copy_termios(struct tty_struct *tty, struct ktermios *kterm) in copy_termios() argument
450 *kterm = tty->termios; in copy_termios()
454 static void copy_termios_locked(struct tty_struct *tty, struct ktermios *kterm) in copy_termios_locked() argument
457 *kterm = tty->termios_locked; in copy_termios_locked()
463 struct ktermios kterm; in get_termio() local
464 copy_termios(tty, &kterm); in get_termio()
465 if (kernel_termios_to_user_termio(termio, &kterm)) in get_termio()
693 struct ktermios kterm; in tty_mode_ioctl() local
731 copy_termios(real_tty, &kterm); in tty_mode_ioctl()
732 if (kernel_termios_to_user_termios((struct termios __user *)arg, &kterm)) in tty_mode_ioctl()
[all …]