Lines Matching refs:u
72 struct termios2 __user *u) in user_termios_to_kernel_termios() argument
74 return copy_from_user(k, u, sizeof(struct termios2)); in user_termios_to_kernel_termios()
77 static inline int kernel_termios_to_user_termios(struct termios2 __user *u, in kernel_termios_to_user_termios() argument
80 return copy_to_user(u, k, sizeof(struct termios2)); in kernel_termios_to_user_termios()
84 struct termios __user *u) in user_termios_to_kernel_termios_1() argument
86 return copy_from_user(k, u, sizeof(struct termios)); in user_termios_to_kernel_termios_1()
89 static inline int kernel_termios_to_user_termios_1(struct termios __user *u, in kernel_termios_to_user_termios_1() argument
92 return copy_to_user(u, k, sizeof(struct termios)); in kernel_termios_to_user_termios_1()
96 struct termios __user *u) in user_termios_to_kernel_termios() argument
98 return copy_from_user(k, u, sizeof(struct termios)); in user_termios_to_kernel_termios()
101 static inline int kernel_termios_to_user_termios(struct termios __user *u, in kernel_termios_to_user_termios() argument
104 return copy_to_user(u, k, sizeof(struct termios)); in kernel_termios_to_user_termios()