Home
last modified time | relevance | path

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

/linux-5.10/include/asm-generic/
Dtermios.h77 static inline int kernel_termios_to_user_termios(struct termios2 __user *u, in kernel_termios_to_user_termios() function
101 static inline int kernel_termios_to_user_termios(struct termios __user *u, in kernel_termios_to_user_termios() function
Dtermios-base.h70 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios)) macro
/linux-5.10/arch/s390/include/asm/
Dtermios.h22 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) macro
/linux-5.10/arch/alpha/include/asm/
Dtermios.h78 #define kernel_termios_to_user_termios(u, k) \ macro
/linux-5.10/arch/sparc/include/asm/
Dtermios.h88 #define kernel_termios_to_user_termios(u, k) \ macro
/linux-5.10/arch/parisc/include/asm/
Dtermios.h48 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) macro
/linux-5.10/arch/ia64/include/asm/
Dtermios.h54 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) macro
/linux-5.10/arch/mips/include/asm/
Dtermios.h87 static inline int kernel_termios_to_user_termios(struct termios2 __user *u, in kernel_termios_to_user_termios() function