Searched refs:kernel_termios_to_user_termios (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/include/asm-generic/ |
D | termios-base.h | 69 #ifndef kernel_termios_to_user_termios 70 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios)) macro
|
D | termios.h | 77 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
|
/Linux-v4.19/arch/s390/include/asm/ |
D | termios.h | 22 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) macro
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | termios.h | 54 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) macro
|
/Linux-v4.19/arch/parisc/include/asm/ |
D | termios.h | 48 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) macro
|
/Linux-v4.19/arch/mips/include/asm/ |
D | termios.h | 87 static inline int kernel_termios_to_user_termios(struct termios2 __user *u, in kernel_termios_to_user_termios() function
|
/Linux-v4.19/arch/alpha/include/asm/ |
D | termios.h | 78 #define kernel_termios_to_user_termios(u, k) \ macro
|
/Linux-v4.19/drivers/tty/ |
D | tty_ioctl.c | 753 if (kernel_termios_to_user_termios((struct termios __user *)arg, &kterm)) in tty_mode_ioctl() 764 if (kernel_termios_to_user_termios((struct termios2 __user *)arg, &kterm)) in tty_mode_ioctl() 785 if (kernel_termios_to_user_termios((struct termios __user *)arg, &kterm)) in tty_mode_ioctl()
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | termios.h | 88 #define kernel_termios_to_user_termios(u, k) \ macro
|