OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:termios2
(Results
1 - 25
of
54
) sorted by null
1
2
3
/external/kernel-headers/original/asm-x86/
ioctls.h
50
#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
)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
ioctls.h
50
#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
)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
ioctls.h
50
#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
)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
ioctls.h
50
#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
)
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
ioctls.h
59
#define TCGETS2 _IOR('T',0x2A, struct
termios2
)
60
#define TCSETS2 _IOW('T',0x2B, struct
termios2
)
61
#define TCSETSW2 _IOW('T',0x2C, struct
termios2
)
62
#define TCSETSF2 _IOW('T',0x2D, struct
termios2
)
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
ioctls.h
59
#define TCGETS2 _IOR('T',0x2A, struct
termios2
)
60
#define TCSETS2 _IOW('T',0x2B, struct
termios2
)
61
#define TCSETSW2 _IOW('T',0x2C, struct
termios2
)
62
#define TCSETSF2 _IOW('T',0x2D, struct
termios2
)
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
ioctls.h
59
#define TCGETS2 _IOR('T',0x2A, struct
termios2
)
60
#define TCSETS2 _IOW('T',0x2B, struct
termios2
)
61
#define TCSETSW2 _IOW('T',0x2C, struct
termios2
)
62
#define TCSETSF2 _IOW('T',0x2D, struct
termios2
)
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
ioctls.h
59
#define TCGETS2 _IOR('T',0x2A, struct
termios2
)
60
#define TCSETS2 _IOW('T',0x2B, struct
termios2
)
61
#define TCSETSW2 _IOW('T',0x2C, struct
termios2
)
62
#define TCSETSF2 _IOW('T',0x2D, struct
termios2
)
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
ioctls.h
59
#define TCGETS2 _IOR('T',0x2A, struct
termios2
)
60
#define TCSETS2 _IOW('T',0x2B, struct
termios2
)
61
#define TCSETSW2 _IOW('T',0x2C, struct
termios2
)
62
#define TCSETSF2 _IOW('T',0x2D, struct
termios2
)
/external/kernel-headers/original/asm-mips/
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
)
/hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
uim.h
27
#define TCGETS2 _IOR('T',0x2A, struct
termios2
)
28
#define TCSETS2 _IOW('T',0x2B, struct
termios2
)
73
/*
Termios2
structure for setting the Custom baud rate*/
74
struct
termios2
{
struct