Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dtermios_internal.h41 int kernel_termios_to_user_termios(struct termios2 __user *, struct ktermios *);
46 int kernel_termios_to_user_termios(struct termios __user *, struct ktermios *);
/openbmc/linux/drivers/tty/
H A Dtty_ioctl.c413 __weak int kernel_termios_to_user_termios(struct termios2 __user *u, in kernel_termios_to_user_termios() function
436 __weak int kernel_termios_to_user_termios(struct termios __user *u, in kernel_termios_to_user_termios() function
817 if (kernel_termios_to_user_termios((struct termios __user *)arg, &kterm)) in tty_mode_ioctl()
828 if (kernel_termios_to_user_termios((struct termios2 __user *)arg, &kterm)) in tty_mode_ioctl()
849 if (kernel_termios_to_user_termios((struct termios __user *)arg, &kterm)) in tty_mode_ioctl()
/openbmc/linux/arch/sparc/kernel/
H A Dtermios.c55 int kernel_termios_to_user_termios(struct termios2 __user *u, in kernel_termios_to_user_termios() function