Searched refs:termios2 (Results 1 - 17 of 17) sorted by relevance

/linux-master/include/linux/
H 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 *);
/linux-master/arch/xtensa/include/uapi/asm/
H 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)
/linux-master/arch/parisc/include/uapi/asm/
H 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)
H A Dtermbits.h19 struct termios2 { struct
/linux-master/arch/mips/include/uapi/asm/
H 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)
H A Dtermbits.h32 struct termios2 { struct
/linux-master/arch/sh/include/uapi/asm/
H 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)
/linux-master/include/uapi/asm-generic/
H 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)
H A Dtermbits.h19 struct termios2 { struct
/linux-master/tools/include/uapi/asm-generic/
H 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)
/linux-master/arch/alpha/include/uapi/asm/
H 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)
H A Dtermbits.h27 /* Alpha has identical termios and termios2 */
29 struct termios2 { struct
/linux-master/arch/sparc/include/uapi/asm/
H 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)
H A Dtermbits.h38 struct termios2 { struct
/linux-master/arch/sparc/kernel/
H A Dtermios.c34 struct termios2 __user *u)
55 int kernel_termios_to_user_termios(struct termios2 __user *u,
/linux-master/drivers/tty/
H A Dtty_ioctl.c400 struct termios2 __user *u)
402 return copy_from_user(k, u, sizeof(struct termios2));
404 __weak int kernel_termios_to_user_termios(struct termios2 __user *u,
407 return copy_to_user(u, k, sizeof(struct termios2));
472 (struct termios2 __user *)arg))
822 if (kernel_termios_to_user_termios((struct termios2 __user *)arg, &kterm))
/linux-master/drivers/net/wwan/
H A Dwwan_core.c821 sizeof(struct termios2)))
829 sizeof(struct termios2)))

Completed in 166 milliseconds