Searched refs:TCSETS2 (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | ioctls.h | 62 #define TCSETS2 _IOW('T', 0x2B, struct termios2) macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | ioctls.h | 62 #define TCSETS2 _IOW('T', 0x2B, struct termios2) macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | ioctls.h | 82 #define TCSETS2 _IOW('T', 0x2B, struct termios2) macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | ioctls.h | 51 #define TCSETS2 _IOW('T',0x2B, struct termios2) macro
|
/openbmc/linux/arch/sh/include/uapi/asm/ |
H A D | ioctls.h | 84 #define TCSETS2 _IOW('T', 43, struct termios2) macro
|
/openbmc/linux/arch/xtensa/include/uapi/asm/ |
H A D | ioctls.h | 96 #define TCSETS2 _IOW('T', 43, struct termios2) macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | ioctls.h | 36 #define TCSETS2 _IOW('T', 43, struct termios2) macro
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | ioctls.h | 20 #define TCSETS2 _IOW('T', 13, struct termios2) macro
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
H A D | rv32-cargo-rustix-0.38.28-fix.patch | 20 use linux_raw_sys::ioctl::{TCSETS, TCSETS2}; 26 const TCSETS2: u32 = 0x802c_540d; 30 + const TCSETS2: u32 = 0x402C542B;
|
/openbmc/linux/drivers/tty/ |
H A D | tty_ioctl.c | 835 case TCSETS2: in tty_mode_ioctl()
|
H A D | tty_io.c | 2910 case TCSETS2: in tty_compat_ioctl()
|
/openbmc/linux/drivers/net/wwan/ |
H A D | wwan_core.c | 818 case TCSETS2: in wwan_port_fops_at_ioctl()
|