Home
last modified time | relevance | path

Searched defs:kernel_termios_to_user_termios (Results 1 – 15 of 15) sorted by relevance

/linux-3.3/include/asm-generic/
Dtermios.h121 static inline int kernel_termios_to_user_termios(struct termios2 __user *u, in kernel_termios_to_user_termios() function
145 static inline int kernel_termios_to_user_termios(struct termios __user *u, in kernel_termios_to_user_termios() function
Dtermios-base.h69 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios)) macro
/linux-3.3/arch/s390/include/asm/
Dtermios.h61 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) macro
/linux-3.3/arch/h8300/include/asm/
Dtermios.h86 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) macro
/linux-3.3/arch/m68k/include/asm/
Dtermios.h86 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) macro
/linux-3.3/arch/xtensa/include/asm/
Dtermios.h99 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) macro
/linux-3.3/arch/ia64/include/asm/
Dtermios.h91 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) macro
/linux-3.3/arch/parisc/include/asm/
Dtermios.h84 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) macro
/linux-3.3/arch/m32r/include/asm/
Dtermios.h85 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) macro
/linux-3.3/arch/cris/include/asm/
Dtermios.h86 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) macro
/linux-3.3/arch/mn10300/include/asm/
Dtermios.h85 #define kernel_termios_to_user_termios(u, k) \ macro
/linux-3.3/arch/arm/include/asm/
Dtermios.h86 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) macro
/linux-3.3/arch/sparc/include/asm/
Dtermios.h124 #define kernel_termios_to_user_termios(u, k) \ macro
/linux-3.3/arch/alpha/include/asm/
Dtermios.h141 #define kernel_termios_to_user_termios(u, k) \ macro
/linux-3.3/arch/mips/include/asm/
Dtermios.h156 static inline int kernel_termios_to_user_termios(struct termios2 __user *u, in kernel_termios_to_user_termios() function