Searched defs:kernel_termios_to_user_termios_1 (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.4/arch/alpha/include/asm/ | 
| D | termios.h | 84 #define kernel_termios_to_user_termios_1(u, k) \  macro
 | 
| /Linux-v5.4/include/asm-generic/ | 
| D | termios-base.h | 74 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios))  macro
 | 
| D | termios.h | 89 static inline int kernel_termios_to_user_termios_1(struct termios __user *u,  in kernel_termios_to_user_termios_1()  function
 | 
| /Linux-v5.4/arch/sparc/include/asm/ | 
| D | termios.h | 128 #define kernel_termios_to_user_termios_1(u, k) \  macro
 | 
| /Linux-v5.4/arch/parisc/include/asm/ | 
| D | termios.h | 50 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios))  macro
 | 
| /Linux-v5.4/arch/ia64/include/asm/ | 
| D | termios.h | 56 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios))  macro
 | 
| /Linux-v5.4/arch/mips/include/asm/ | 
| D | termios.h | 99 static inline int kernel_termios_to_user_termios_1(struct termios __user *u,  in kernel_termios_to_user_termios_1()  function
 |