Searched refs:kernel_termios_to_user_termios (Results 1 – 3 of 3) sorted by relevance
41 int kernel_termios_to_user_termios(struct termios2 __user *, struct ktermios *);46 int kernel_termios_to_user_termios(struct termios __user *, struct ktermios *);
404 __weak int kernel_termios_to_user_termios(struct termios2 __user *u, in kernel_termios_to_user_termios() function427 __weak int kernel_termios_to_user_termios(struct termios __user *u, in kernel_termios_to_user_termios() function811 if (kernel_termios_to_user_termios((struct termios __user *)arg, &kterm)) in tty_mode_ioctl()822 if (kernel_termios_to_user_termios((struct termios2 __user *)arg, &kterm)) in tty_mode_ioctl()843 if (kernel_termios_to_user_termios((struct termios __user *)arg, &kterm)) in tty_mode_ioctl()
55 int kernel_termios_to_user_termios(struct termios2 __user *u, in kernel_termios_to_user_termios() function