Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dtermios.h78 #define kernel_termios_to_user_termios(u, k) \ macro
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dtty_ioctl.c708 if (kernel_termios_to_user_termios((struct termios __user *)arg, &kterm)) in tty_mode_ioctl()
719 if (kernel_termios_to_user_termios((struct termios2 __user *)arg, &kterm)) in tty_mode_ioctl()
740 if (kernel_termios_to_user_termios((struct termios __user *)arg, &kterm)) in tty_mode_ioctl()
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dtermios.h88 #define kernel_termios_to_user_termios(u, k) \ macro