Home
last modified time | relevance | path

Searched refs:kernel_termios_to_user_termios (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-6.6/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 *);
/kernel/linux/linux-5.10/include/asm-generic/
H A Dtermios-base.h69 #ifndef kernel_termios_to_user_termios
70 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios)) macro
H A Dtermios.h77 static inline int kernel_termios_to_user_termios(struct termios2 __user *u, in kernel_termios_to_user_termios() function
101 static inline int kernel_termios_to_user_termios(struct termios __user *u, in kernel_termios_to_user_termios() function
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dtermios.h22 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) macro
/kernel/linux/linux-5.10/arch/ia64/include/asm/
H A Dtermios.h54 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) macro
/kernel/linux/linux-5.10/arch/parisc/include/asm/
H A Dtermios.h48 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) macro
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dtermios.h87 static inline int kernel_termios_to_user_termios(struct termios2 __user *u, in kernel_termios_to_user_termios() function
/kernel/linux/linux-5.10/arch/alpha/include/asm/
H A Dtermios.h78 #define kernel_termios_to_user_termios(u, k) \ macro
/kernel/linux/linux-5.10/drivers/tty/
H A Dtty_ioctl.c730 if (kernel_termios_to_user_termios((struct termios __user *)arg, &kterm)) in tty_mode_ioctl()
741 if (kernel_termios_to_user_termios((struct termios2 __user *)arg, &kterm)) in tty_mode_ioctl()
762 if (kernel_termios_to_user_termios((struct termios __user *)arg, &kterm)) in tty_mode_ioctl()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dtermios.c55 int kernel_termios_to_user_termios(struct termios2 __user *u, in kernel_termios_to_user_termios() function
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dtermios.h88 #define kernel_termios_to_user_termios(u, k) \ macro

Completed in 5 milliseconds