Searched defs:kernel_termios_to_user_termios (Results 1 - 11 of 11) sorted by relevance

/linux-4.4.14/arch/s390/include/asm/
H A Dtermios.h21 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) macro
/linux-4.4.14/arch/alpha/include/asm/
H A Dtermios.h77 #define kernel_termios_to_user_termios(u, k) \ macro
/linux-4.4.14/include/asm-generic/
H A Dtermios-base.h69 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios)) macro
H A Dtermios.h76 static inline int kernel_termios_to_user_termios(struct termios2 __user *u, kernel_termios_to_user_termios() function
100 static inline int kernel_termios_to_user_termios(struct termios __user *u, kernel_termios_to_user_termios() function
/linux-4.4.14/arch/sparc/include/asm/
H A Dtermios.h87 #define kernel_termios_to_user_termios(u, k) \ macro
/linux-4.4.14/arch/parisc/include/asm/
H A Dtermios.h47 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) macro
/linux-4.4.14/arch/cris/include/asm/
H A Dtermios.h47 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) macro
/linux-4.4.14/arch/ia64/include/asm/
H A Dtermios.h53 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) macro
/linux-4.4.14/arch/m32r/include/asm/
H A Dtermios.h47 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) macro
/linux-4.4.14/arch/mips/include/asm/
H A Dtermios.h87 static inline int kernel_termios_to_user_termios(struct termios2 __user *u, kernel_termios_to_user_termios() function
/linux-4.4.14/arch/mn10300/include/uapi/asm/
H A Dtermios.h76 #define kernel_termios_to_user_termios(u, k) \ macro

Completed in 439 milliseconds