/arch/mips/include/uapi/asm/ |
D | ioctls.h | 80 #define TCGETS2 _IOR('T', 0x2A, struct termios2) 81 #define TCSETS2 _IOW('T', 0x2B, struct termios2) 82 #define TCSETSW2 _IOW('T', 0x2C, struct termios2) 83 #define TCSETSF2 _IOW('T', 0x2D, struct termios2)
|
D | termbits.h | 33 struct termios2 { struct
|
/arch/parisc/include/uapi/asm/ |
D | ioctls.h | 49 #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)
|
D | termbits.h | 20 struct termios2 { struct
|
/arch/s390/include/asm/ |
D | termios.h | 20 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios2)) 21 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2))
|
/arch/xtensa/include/uapi/asm/ |
D | ioctls.h | 94 #define TCGETS2 _IOR('T', 42, struct termios2) 95 #define TCSETS2 _IOW('T', 43, struct termios2) 96 #define TCSETSW2 _IOW('T', 44, struct termios2) 97 #define TCSETSF2 _IOW('T', 45, struct termios2)
|
D | termbits.h | 33 struct termios2 { struct
|
/arch/sh/include/uapi/asm/ |
D | ioctls.h | 82 #define TCGETS2 _IOR('T', 42, struct termios2) 83 #define TCSETS2 _IOW('T', 43, struct termios2) 84 #define TCSETSW2 _IOW('T', 44, struct termios2) 85 #define TCSETSF2 _IOW('T', 45, struct termios2)
|
/arch/mips/include/asm/ |
D | termios.h | 82 struct termios2 *u) in user_termios_to_kernel_termios() 84 return copy_from_user(k, u, sizeof(struct termios2)) ? -EFAULT : 0; in user_termios_to_kernel_termios() 87 static inline int kernel_termios_to_user_termios(struct termios2 __user *u, in kernel_termios_to_user_termios() 90 return copy_to_user(u, k, sizeof(struct termios2)) ? -EFAULT : 0; in kernel_termios_to_user_termios()
|
/arch/sparc/include/uapi/asm/ |
D | ioctls.h | 18 #define TCGETS2 _IOR('T', 12, struct termios2) 19 #define TCSETS2 _IOW('T', 13, struct termios2) 20 #define TCSETSW2 _IOW('T', 14, struct termios2) 21 #define TCSETSF2 _IOW('T', 15, struct termios2)
|
D | termbits.h | 40 struct termios2 { struct
|
/arch/parisc/include/asm/ |
D | termios.h | 46 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios2)) 47 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2))
|
/arch/ia64/include/asm/ |
D | termios.h | 52 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios2)) 53 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2))
|
/arch/m32r/include/asm/ |
D | termios.h | 46 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios2)) 47 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2))
|
/arch/cris/include/asm/ |
D | termios.h | 46 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios2)) 47 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2))
|
/arch/mn10300/include/uapi/asm/ |
D | termios.h | 75 copy_from_user(k, u, sizeof(struct termios2)) 77 copy_to_user(u, k, sizeof(struct termios2))
|
D | termbits.h | 20 struct termios2 { struct
|
/arch/avr32/include/uapi/asm/ |
D | termbits.h | 20 struct termios2 { struct
|
/arch/m32r/include/uapi/asm/ |
D | termbits.h | 20 struct termios2 { struct
|
/arch/frv/include/uapi/asm/ |
D | termbits.h | 20 struct termios2 { struct
|
/arch/ia64/include/uapi/asm/ |
D | termbits.h | 29 struct termios2 { struct
|
/arch/cris/include/uapi/asm/ |
D | termbits.h | 22 struct termios2 { struct
|