Home
last modified time | relevance | path

Searched refs:termios2 (Results 1 – 3 of 3) sorted by relevance

/include/uapi/asm-generic/
Dioctls.h61 #define TCGETS2 _IOR('T', 0x2A, struct termios2)
62 #define TCSETS2 _IOW('T', 0x2B, struct termios2)
63 #define TCSETSW2 _IOW('T', 0x2C, struct termios2)
64 #define TCSETSF2 _IOW('T', 0x2D, struct termios2)
Dtermbits.h21 struct termios2 { struct
/include/asm-generic/
Dtermios.h72 struct termios2 __user *u) in user_termios_to_kernel_termios()
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()
80 return copy_to_user(u, k, sizeof(struct termios2)); in kernel_termios_to_user_termios()