Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dtermios.h56 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) macro
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dtermios.h50 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) macro
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dtermios-base.h74 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) macro
H A Dtermios.h89 static inline int kernel_termios_to_user_termios_1(struct termios __user *u, in kernel_termios_to_user_termios_1() function
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dtermios.h99 static inline int kernel_termios_to_user_termios_1(struct termios __user *u, in kernel_termios_to_user_termios_1() function
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dtermios.h84 #define kernel_termios_to_user_termios_1(u, k) \ macro
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dtermios.h128 #define kernel_termios_to_user_termios_1(u, k) \ macro
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dtty_ioctl.c714 if (kernel_termios_to_user_termios_1((struct termios __user *)arg, &kterm)) in tty_mode_ioctl()
757 if (kernel_termios_to_user_termios_1((struct termios __user *)arg, &kterm)) in tty_mode_ioctl()