Home
last modified time | relevance | path

Searched refs:TCSETS (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/tools/include/uapi/asm-generic/
H A Dioctls.h21 #define TCSETS 0x5402 macro
/openbmc/linux/include/uapi/asm-generic/
H A Dioctls.h21 #define TCSETS 0x5402 macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dioctls.h25 #define TCSETS 0x540e macro
H A Dtermbits.h173 #define TCSANOW TCSETS /* Change immediately */
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dioctls.h10 #define TCSETS _IOW('T', 17, struct termios) /* TCSETATTR */ macro
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dioctls.h22 #define TCSETS _IOW('t', 20, struct termios) macro
/openbmc/linux/arch/sh/include/uapi/asm/
H A Dioctls.h16 #define TCSETS 0x5402 macro
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dioctls.h28 #define TCSETS 0x5402 macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dioctls.h22 #define TCSETS _IOW('t', 20, struct termios) macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dioctls.h16 #define TCSETS _IOW('T', 9, struct termios) 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};
24 const TCSETS: u32 = 0x8024_5409;
28 + const TCSETS: u32 = 0x5402;
/openbmc/linux/drivers/tty/
H A Dtty_ioctl.c812 case TCSETS: in tty_mode_ioctl()
H A Dtty_io.c2904 case TCSETS: in tty_compat_ioctl()
/openbmc/linux/drivers/net/wwan/
H A Dwwan_core.c803 case TCSETS: in wwan_port_fops_at_ioctl()
/openbmc/linux/net/bluetooth/rfcomm/
H A Dtty.c834 case TCSETS: in rfcomm_tty_ioctl()
/openbmc/qemu/linux-user/
H A Dioctls.h4 IOCTL(TCSETS, IOC_W, MK_PTR(MK_STRUCT(STRUCT_termios))) in IOCTL()