Searched refs:kernel_termios_to_user_termios (Results 1 – 1 of 1) sorted by relevance
400 __weak int kernel_termios_to_user_termios(struct termios2 __user *u, in kernel_termios_to_user_termios() function423 __weak int kernel_termios_to_user_termios(struct termios __user *u, in kernel_termios_to_user_termios() function807 if (kernel_termios_to_user_termios((struct termios __user *)arg, &kterm)) in tty_mode_ioctl()818 if (kernel_termios_to_user_termios((struct termios2 __user *)arg, &kterm)) in tty_mode_ioctl()839 if (kernel_termios_to_user_termios((struct termios __user *)arg, &kterm)) in tty_mode_ioctl()
Completed in 4 milliseconds