Searched refs:termios2 (Results 1 – 3 of 3) sorted by relevance
| /include/uapi/asm-generic/ |
| A 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)
|
| A D | termbits.h | 19 struct termios2 { struct
|
| /include/linux/ |
| A D | termios_internal.h | 40 int user_termios_to_kernel_termios(struct ktermios *, struct termios2 __user *); 41 int kernel_termios_to_user_termios(struct termios2 __user *, struct ktermios *);
|
Completed in 5 milliseconds