Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
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 *);
/linux-6.3-rc2/drivers/tty/
A Dtty_ioctl.c422 __weak int kernel_termios_to_user_termios(struct termios2 __user *u, in kernel_termios_to_user_termios() function
445 __weak int kernel_termios_to_user_termios(struct termios __user *u, in kernel_termios_to_user_termios() function
805 if (kernel_termios_to_user_termios((struct termios __user *)arg, &kterm)) in tty_mode_ioctl()
816 if (kernel_termios_to_user_termios((struct termios2 __user *)arg, &kterm)) in tty_mode_ioctl()
837 if (kernel_termios_to_user_termios((struct termios __user *)arg, &kterm)) in tty_mode_ioctl()
/linux-6.3-rc2/arch/sparc/kernel/
A Dtermios.c55 int kernel_termios_to_user_termios(struct termios2 __user *u, in kernel_termios_to_user_termios() function

Completed in 5 milliseconds