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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-x86_64/
H A Dioctls.h49 #define TCGETS2 _IOR('T',0x2A, struct termios2)
50 #define TCSETS2 _IOW('T',0x2B, struct termios2)
51 #define TCSETSW2 _IOW('T',0x2C, struct termios2)
52 #define TCSETSF2 _IOW('T',0x2D, struct termios2)
H A Dtermios.h83 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios2))
84 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2))
H A Dtermbits.h20 struct termios2 { struct
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-i386/
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 Dtermios.h84 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios2))
85 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2))
H A Dtermbits.h20 struct termios2 { struct
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/
H A Dioctls.h49 #define TCGETS2 _IOR('T',0x2A, struct termios2)
50 #define TCSETS2 _IOW('T',0x2B, struct termios2)
51 #define TCSETSW2 _IOW('T',0x2C, struct termios2)
52 #define TCSETSF2 _IOW('T',0x2D, struct termios2)
H A Dtermios.h85 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios2))
86 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2))
H A Dtermbits.h18 struct termios2 { struct
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dtty_ioctl.c427 (struct termios2 __user *)arg))
730 if (kernel_termios_to_user_termios((struct termios2 __user *)arg, real_tty->termios))

Completed in 110 milliseconds