Home
last modified time | relevance | path

Searched refs:TCSETS2 (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/tools/include/uapi/asm-generic/
H A Dioctls.h62 #define TCSETS2 _IOW('T', 0x2B, struct termios2) macro
/openbmc/linux/include/uapi/asm-generic/
H A Dioctls.h62 #define TCSETS2 _IOW('T', 0x2B, struct termios2) macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dioctls.h82 #define TCSETS2 _IOW('T', 0x2B, struct termios2) macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dioctls.h51 #define TCSETS2 _IOW('T',0x2B, struct termios2) macro
/openbmc/linux/arch/sh/include/uapi/asm/
H A Dioctls.h84 #define TCSETS2 _IOW('T', 43, struct termios2) macro
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dioctls.h96 #define TCSETS2 _IOW('T', 43, struct termios2) macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dioctls.h36 #define TCSETS2 _IOW('T', 43, struct termios2) macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dioctls.h20 #define TCSETS2 _IOW('T', 13, struct termios2) macro
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-cargo-rustix-0.38.28-fix.patch20 use linux_raw_sys::ioctl::{TCSETS, TCSETS2};
26 const TCSETS2: u32 = 0x802c_540d;
30 + const TCSETS2: u32 = 0x402C542B;
/openbmc/linux/drivers/tty/
H A Dtty_ioctl.c835 case TCSETS2: in tty_mode_ioctl()
H A Dtty_io.c2910 case TCSETS2: in tty_compat_ioctl()
/openbmc/linux/drivers/net/wwan/
H A Dwwan_core.c818 case TCSETS2: in wwan_port_fops_at_ioctl()