Searched refs:kterm (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | tty_ioctl.c | 445 static void copy_termios(struct tty_struct *tty, struct ktermios *kterm) in copy_termios() argument 448 *kterm = tty->termios; in copy_termios() 452 static void copy_termios_locked(struct tty_struct *tty, struct ktermios *kterm) in copy_termios_locked() argument 455 *kterm = tty->termios_locked; in copy_termios_locked() 461 struct ktermios kterm; in get_termio() local 462 copy_termios(tty, &kterm); in get_termio() 463 if (kernel_termios_to_user_termio(termio, &kterm)) in get_termio() 691 struct ktermios kterm; in tty_mode_ioctl() local 729 copy_termios(real_tty, &kterm); in tty_mode_ioctl() 730 if (kernel_termios_to_user_termios((struct termios __user *)arg, &kterm)) in tty_mode_ioctl() [all...] |
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | tty_ioctl.c | 538 static void copy_termios(struct tty_struct *tty, struct ktermios *kterm) in copy_termios() argument 541 *kterm = tty->termios; in copy_termios() 545 static void copy_termios_locked(struct tty_struct *tty, struct ktermios *kterm) in copy_termios_locked() argument 548 *kterm = tty->termios_locked; in copy_termios_locked() 554 struct ktermios kterm; in get_termio() local 555 copy_termios(tty, &kterm); in get_termio() 556 if (kernel_termios_to_user_termio(termio, &kterm)) in get_termio() 780 struct ktermios kterm; in tty_mode_ioctl() local 816 copy_termios(real_tty, &kterm); in tty_mode_ioctl() 817 if (kernel_termios_to_user_termios((struct termios __user *)arg, &kterm)) in tty_mode_ioctl() [all...] |
Completed in 3 milliseconds