/bionic/libc/kernel/uapi/asm-generic/ |
ioctls.h | 63 #define TCGETS2 _IOR('T', 0x2A, struct termios2) 64 #define TCSETS2 _IOW('T', 0x2B, struct termios2) 65 #define TCSETSW2 _IOW('T', 0x2C, struct termios2) 66 #define TCSETSF2 _IOW('T', 0x2D, struct termios2)
|
termbits.h | 34 struct termios2 { struct
|
/bionic/libc/kernel/uapi/asm-mips/asm/ |
ioctls.h | 73 #define TCGETS2 _IOR('T', 0x2A, struct termios2) 74 #define TCSETS2 _IOW('T', 0x2B, struct termios2) 75 #define TCSETSW2 _IOW('T', 0x2C, struct termios2) 76 #define TCSETSF2 _IOW('T', 0x2D, struct termios2)
|
termbits.h | 34 struct termios2 { struct
|
/external/kernel-headers/original/uapi/asm-generic/ |
ioctls.h | 61 #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)
|
termbits.h | 21 struct termios2 { struct
|
/hardware/qcom/msm8998/original-kernel-headers/asm-generic/ |
ioctls.h | 60 #define TCGETS2 _IOR('T', 0x2A, struct termios2) 61 #define TCSETS2 _IOW('T', 0x2B, struct termios2) 62 #define TCSETSW2 _IOW('T', 0x2C, struct termios2) 63 #define TCSETSF2 _IOW('T', 0x2D, struct termios2)
|
/hardware/qcom/msm8x09/kernel-headers/asm-generic/ |
ioctls.h | 63 #define TCGETS2 _IOR('T', 0x2A, struct termios2) 64 #define TCSETS2 _IOW('T', 0x2B, struct termios2) 65 #define TCSETSW2 _IOW('T', 0x2C, struct termios2) 66 #define TCSETSF2 _IOW('T', 0x2D, struct termios2)
|
/hardware/qcom/msm8x09/original-kernel-headers/asm-generic/ |
ioctls.h | 60 #define TCGETS2 _IOR('T', 0x2A, struct termios2) 61 #define TCSETS2 _IOW('T', 0x2B, struct termios2) 62 #define TCSETSW2 _IOW('T', 0x2C, struct termios2) 63 #define TCSETSF2 _IOW('T', 0x2D, struct termios2)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/ |
ioctls.h | 60 #define TCGETS2 _IOR('T', 0x2A, struct termios2) 61 #define TCSETS2 _IOW('T', 0x2B, struct termios2) 62 #define TCSETSW2 _IOW('T', 0x2C, struct termios2) 63 #define TCSETSF2 _IOW('T', 0x2D, struct termios2)
|
termbits.h | 20 struct termios2 { struct
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
ioctls.h | 81 #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)
|
termbits.h | 34 struct termios2 { struct
|
/hardware/qcom/msm8998/kernel-headers/asm-generic/ |
ioctls.h | 74 #define TCGETS2 _IOR('T', 0x2A, struct termios2) 75 #define TCSETS2 _IOW('T', 0x2B, struct termios2) 76 #define TCSETSW2 _IOW('T', 0x2C, struct termios2) 77 #define TCSETSF2 _IOW('T', 0x2D, struct termios2)
|
/device/linaro/hikey/wpan/uim/ |
uim.h | 32 #define TCGETS2 _IOR('T',0x2A, struct termios2) 35 #define TCSETS2 _IOW('T',0x2B, struct termios2)
|
uim.c | 246 struct termios2 ti2;
|