Searched refs:kernel_termios_to_user_termios (Results 1 - 2 of 2) sorted by relevance

/include/asm-generic/
H A Dtermios-base.h68 #ifndef kernel_termios_to_user_termios
69 #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, function
100 static inline int kernel_termios_to_user_termios(struct termios __user *u, function

Completed in 23 milliseconds