Home
last modified time | relevance | path

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

/arch/mips/include/uapi/asm/
A Dioctls.h81 #define TCGETS2 _IOR('T', 0x2A, struct termios2)
82 #define TCSETS2 _IOW('T', 0x2B, struct termios2)
83 #define TCSETSW2 _IOW('T', 0x2C, struct termios2)
84 #define TCSETSF2 _IOW('T', 0x2D, struct termios2)
A Dtermbits.h32 struct termios2 { struct
/arch/parisc/include/uapi/asm/
A Dioctls.h50 #define TCGETS2 _IOR('T',0x2A, struct termios2)
51 #define TCSETS2 _IOW('T',0x2B, struct termios2)
52 #define TCSETSW2 _IOW('T',0x2C, struct termios2)
53 #define TCSETSF2 _IOW('T',0x2D, struct termios2)
A Dtermbits.h19 struct termios2 { struct
/arch/sh/include/uapi/asm/
A Dioctls.h83 #define TCGETS2 _IOR('T', 42, struct termios2)
84 #define TCSETS2 _IOW('T', 43, struct termios2)
85 #define TCSETSW2 _IOW('T', 44, struct termios2)
86 #define TCSETSF2 _IOW('T', 45, struct termios2)
/arch/xtensa/include/uapi/asm/
A Dioctls.h95 #define TCGETS2 _IOR('T', 42, struct termios2)
96 #define TCSETS2 _IOW('T', 43, struct termios2)
97 #define TCSETSW2 _IOW('T', 44, struct termios2)
98 #define TCSETSF2 _IOW('T', 45, struct termios2)
/arch/alpha/include/uapi/asm/
A Dioctls.h35 #define TCGETS2 _IOR('T', 42, struct termios2)
36 #define TCSETS2 _IOW('T', 43, struct termios2)
37 #define TCSETSW2 _IOW('T', 44, struct termios2)
38 #define TCSETSF2 _IOW('T', 45, struct termios2)
A Dtermbits.h29 struct termios2 { struct
/arch/sparc/include/uapi/asm/
A Dioctls.h19 #define TCGETS2 _IOR('T', 12, struct termios2)
20 #define TCSETS2 _IOW('T', 13, struct termios2)
21 #define TCSETSW2 _IOW('T', 14, struct termios2)
22 #define TCSETSF2 _IOW('T', 15, struct termios2)
A Dtermbits.h28 struct termios2 { struct
/arch/sparc/kernel/
A Dtermios.c34 struct termios2 __user *u) in user_termios_to_kernel_termios()
55 int kernel_termios_to_user_termios(struct termios2 __user *u, in kernel_termios_to_user_termios()

Completed in 15 milliseconds