Searched defs:kernel_termios_to_user_termios (Results  1 – 11 of 11) sorted by relevance
| /linux-4.1.27/include/asm-generic/ | 
| D | termios.h | 76 static inline int kernel_termios_to_user_termios(struct termios2 __user *u,  in kernel_termios_to_user_termios()  function100 static inline int kernel_termios_to_user_termios(struct termios __user *u,  in kernel_termios_to_user_termios()  function
 
 | 
| D | termios-base.h | 69 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios))  macro
 | 
| /linux-4.1.27/arch/s390/include/asm/ | 
| D | termios.h | 21 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2))  macro
 | 
| /linux-4.1.27/arch/alpha/include/asm/ | 
| D | termios.h | 77 #define kernel_termios_to_user_termios(u, k) \  macro
 | 
| /linux-4.1.27/arch/sparc/include/asm/ | 
| D | termios.h | 87 #define kernel_termios_to_user_termios(u, k) \  macro
 | 
| /linux-4.1.27/arch/m32r/include/asm/ | 
| D | termios.h | 47 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2))  macro
 | 
| /linux-4.1.27/arch/ia64/include/asm/ | 
| D | termios.h | 53 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2))  macro
 | 
| /linux-4.1.27/arch/parisc/include/asm/ | 
| D | termios.h | 47 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2))  macro
 | 
| /linux-4.1.27/arch/cris/include/asm/ | 
| D | termios.h | 47 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2))  macro
 | 
| /linux-4.1.27/arch/mips/include/asm/ | 
| D | termios.h | 87 static inline int kernel_termios_to_user_termios(struct termios2 __user *u,  in kernel_termios_to_user_termios()  function
 | 
| /linux-4.1.27/arch/mn10300/include/uapi/asm/ | 
| D | termios.h | 76 #define kernel_termios_to_user_termios(u, k) \  macro
 |