Home
last modified time | relevance | path

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

/drivers/tty/
A Dtty_ioctl.c400 __weak int kernel_termios_to_user_termios(struct termios2 __user *u, in kernel_termios_to_user_termios() function
423 __weak int kernel_termios_to_user_termios(struct termios __user *u, in kernel_termios_to_user_termios() function
807 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