Home
last modified time | relevance | path

Searched refs:kernel_termios_to_user_termios_1 (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/arch/ia64/include/asm/
Dtermios.h56 #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/
Dtermios.h50 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) macro
/Linux-v5.4/include/asm-generic/
Dtermios-base.h74 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) macro
Dtermios.h89 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/
Dtermios.h99 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/
Dtermios.h84 #define kernel_termios_to_user_termios_1(u, k) \ macro
/Linux-v5.4/arch/sparc/include/asm/
Dtermios.h128 #define kernel_termios_to_user_termios_1(u, k) \ macro
/Linux-v5.4/drivers/tty/
Dtty_ioctl.c759 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()