Searched refs:user_termios_to_kernel_termios (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dtermios_internal.h40 int user_termios_to_kernel_termios(struct ktermios *, struct termios2 __user *);
45 int user_termios_to_kernel_termios(struct ktermios *, struct termios __user *);
/linux-master/drivers/tty/
H A Dtty_ioctl.c399 __weak int user_termios_to_kernel_termios(struct ktermios *k, function
422 __weak int user_termios_to_kernel_termios(struct ktermios *k, function
471 if (user_termios_to_kernel_termios(&tmp_termios,
476 } else if (user_termios_to_kernel_termios(&tmp_termios,
850 if (user_termios_to_kernel_termios(&kterm,
/linux-master/arch/sparc/kernel/
H A Dtermios.c33 int user_termios_to_kernel_termios(struct ktermios *k, function

Completed in 220 milliseconds