/openbmc/linux/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)
|
/openbmc/linux/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 | 19 struct termios2 { struct
|
/openbmc/linux/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 | 32 struct termios2 { struct
|
/openbmc/linux/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 | 19 struct termios2 { struct
|
/openbmc/linux/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)
|
/openbmc/linux/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)
|
/openbmc/linux/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 | 29 struct termios2 { struct
|
/openbmc/linux/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)
|
H A D | termbits.h | 28 struct termios2 { struct
|
/openbmc/qemu/linux-user/mips/ |
H A D | termbits.h | 230 #define TARGET_TCGETS2 TARGET_IOR('T', 0x2A, struct termios2) 231 #define TARGET_TCSETS2 TARGET_IOW('T', 0x2B, struct termios2) 232 #define TARGET_TCSETSW2 TARGET_IOW('T', 0x2C, struct termios2) 233 #define TARGET_TCSETSF2 TARGET_IOW('T', 0x2D, struct termios2)
|
/openbmc/qemu/linux-user/xtensa/ |
H A D | termbits.h | 299 #define TARGET_TCGETS2 _IOR('T', 42, struct termios2) 300 #define TARGET_TCSETS2 _IOW('T', 43, struct termios2) 301 #define TARGET_TCSETSW2 _IOW('T', 44, struct termios2) 302 #define TARGET_TCSETSF2 _IOW('T', 45, struct termios2)
|
/openbmc/linux/include/linux/ |
H A D | termios_internal.h | 40 int user_termios_to_kernel_termios(struct ktermios *, struct termios2 __user *); 41 int kernel_termios_to_user_termios(struct termios2 __user *, struct ktermios *);
|
/openbmc/linux/drivers/tty/ |
H A D | tty_ioctl.c | 409 struct termios2 __user *u) in user_termios_to_kernel_termios() 411 return copy_from_user(k, u, sizeof(struct termios2)); in user_termios_to_kernel_termios() 413 __weak int kernel_termios_to_user_termios(struct termios2 __user *u, in kernel_termios_to_user_termios() 416 return copy_to_user(u, k, sizeof(struct termios2)); in kernel_termios_to_user_termios() 480 (struct termios2 __user *)arg)) in set_termios() 828 if (kernel_termios_to_user_termios((struct termios2 __user *)arg, &kterm)) in tty_mode_ioctl()
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | termios.c | 34 struct termios2 __user *u) in user_termios_to_kernel_termios() 55 int kernel_termios_to_user_termios(struct termios2 __user *u, in kernel_termios_to_user_termios()
|
/openbmc/linux/drivers/net/wwan/ |
H A D | wwan_core.c | 814 sizeof(struct termios2))) in wwan_port_fops_at_ioctl() 822 sizeof(struct termios2))) in wwan_port_fops_at_ioctl()
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
H A D | rv32-cargo-rustix-0.38.28-fix.patch | 16 use linux_raw_sys::general::{termios2, BOTHER, CBAUD, IBSHIFT};
|