Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtermios_internal.h37 int user_termio_to_kernel_termios(struct ktermios *, struct termio __user *);
/linux/arch/alpha/kernel/
H A Dtermios.c4 int user_termio_to_kernel_termios(struct ktermios *termios, in user_termio_to_kernel_termios() function
/linux/drivers/tty/
H A Dtty_ioctl.c360 __weak int user_termio_to_kernel_termios(struct ktermios *termios, in user_termio_to_kernel_termios() function
458 if (user_termio_to_kernel_termios(&tmp_termios, in set_termios()