Searched refs:termios2 (Results 1 – 3 of 3) sorted by relevance
/include/uapi/asm-generic/ |
D | ioctls.h | 61 #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)
|
D | termbits.h | 21 struct termios2 { struct
|
/include/asm-generic/ |
D | termios.h | 72 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()
|