Home
last modified time | relevance | path

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

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