Lines Matching refs:u
71 struct termios2 __user *u) in user_termios_to_kernel_termios() argument
73 return copy_from_user(k, u, sizeof(struct termios2)); in user_termios_to_kernel_termios()
76 static inline int kernel_termios_to_user_termios(struct termios2 __user *u, in kernel_termios_to_user_termios() argument
79 return copy_to_user(u, k, sizeof(struct termios2)); in kernel_termios_to_user_termios()
83 struct termios __user *u) in user_termios_to_kernel_termios_1() argument
85 return copy_from_user(k, u, sizeof(struct termios)); in user_termios_to_kernel_termios_1()
88 static inline int kernel_termios_to_user_termios_1(struct termios __user *u, in kernel_termios_to_user_termios_1() argument
91 return copy_to_user(u, k, sizeof(struct termios)); in kernel_termios_to_user_termios_1()
95 struct termios __user *u) in user_termios_to_kernel_termios() argument
97 return copy_from_user(k, u, sizeof(struct termios)); in user_termios_to_kernel_termios()
100 static inline int kernel_termios_to_user_termios(struct termios __user *u, in kernel_termios_to_user_termios() argument
103 return copy_to_user(u, k, sizeof(struct termios)); in kernel_termios_to_user_termios()