Searched refs:kernel_termios_to_user_termios_1 (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/arch/ia64/include/asm/ |
D | termios.h | 56 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) macro
|
/Linux-v5.4/arch/parisc/include/asm/ |
D | termios.h | 50 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) macro
|
/Linux-v5.4/include/asm-generic/ |
D | termios-base.h | 74 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) macro
|
D | termios.h | 89 static inline int kernel_termios_to_user_termios_1(struct termios __user *u, in kernel_termios_to_user_termios_1() function
|
/Linux-v5.4/arch/mips/include/asm/ |
D | termios.h | 99 static inline int kernel_termios_to_user_termios_1(struct termios __user *u, in kernel_termios_to_user_termios_1() function
|
/Linux-v5.4/arch/alpha/include/asm/ |
D | termios.h | 84 #define kernel_termios_to_user_termios_1(u, k) \ macro
|
/Linux-v5.4/arch/sparc/include/asm/ |
D | termios.h | 128 #define kernel_termios_to_user_termios_1(u, k) \ macro
|
/Linux-v5.4/drivers/tty/ |
D | tty_ioctl.c | 759 if (kernel_termios_to_user_termios_1((struct termios __user *)arg, &kterm)) in tty_mode_ioctl() 802 if (kernel_termios_to_user_termios_1((struct termios __user *)arg, &kterm)) in tty_mode_ioctl()
|