Home
last modified time | relevance | path

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

/include/uapi/asm-generic/
A 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)
A Dtermbits.h19 struct termios2 { struct
/include/linux/
A Dtermios_internal.h40 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