| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/picocom/picocom/ |
| H A D | 0001-Fix-building-with-musl.patch | 10 termios2.c | 27 +++++++++++++++++++++++++++ 11 termios2.h | 5 +++++ 14 diff --git a/termios2.c b/termios2.c 16 --- a/termios2.c 17 +++ b/termios2.c 24 /* Contains the definition of the termios2 structure and some related 101 diff --git a/termios2.h b/termios2.h 103 --- a/termios2.h 104 +++ b/termios2.h 118 * functions. Same user interface, but these use the new termios2
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/ |
| H A D | 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)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/ |
| H A D | 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)
|
| H A D | termbits.h | 21 struct termios2 { struct
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | 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)
|
| H A D | termbits.h | 21 struct termios2 { struct
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/ |
| H A D | 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)
|
| H A D | termbits.h | 21 struct termios2 { struct
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | 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)
|
| H A D | termbits.h | 34 struct termios2 { struct
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/ |
| H A D | 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)
|
| H A D | termbits.h | 21 struct termios2 { struct
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/arch/sh/include/uapi/asm/ |
| H A D | ioctls.h | 83 #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)
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/ |
| H A D | ioctls.h | 95 #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)
|
| H A D | termbits.h | 34 struct termios2 { struct
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | termios.h | 72 struct termios2 __user *u) in user_termios_to_kernel_termios() 74 return copy_from_user(k, u, sizeof(struct termios2)); in user_termios_to_kernel_termios() 77 static inline int kernel_termios_to_user_termios(struct termios2 __user *u, in kernel_termios_to_user_termios() 80 return copy_to_user(u, k, sizeof(struct termios2)); in kernel_termios_to_user_termios()
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/ |
| H A D | ioctls.h | 35 #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 D | termbits.h | 31 struct termios2 { struct
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/ |
| H A D | ioctls.h | 19 #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)
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | termios.h | 21 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios2)) 22 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2))
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | termios.h | 53 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios2)) 54 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2))
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/asm/ |
| H A D | termios.h | 47 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios2)) 48 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2))
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/asm/ |
| H A D | termios.h | 76 copy_from_user(k, u, sizeof(struct termios2)) 79 copy_to_user(u, k, sizeof(struct termios2))
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/ |
| H A D | termbits.h | 30 struct termios2 { struct
|