Searched refs:TCSETS (Results 1 – 16 of 16) sorted by relevance
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | ioctls.h | 21 #define TCSETS 0x5402 macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | ioctls.h | 21 #define TCSETS 0x5402 macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | ioctls.h | 25 #define TCSETS 0x540e macro
|
H A D | termbits.h | 173 #define TCSANOW TCSETS /* Change immediately */
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | ioctls.h | 10 #define TCSETS _IOW('T', 17, struct termios) /* TCSETATTR */ macro
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | ioctls.h | 22 #define TCSETS _IOW('t', 20, struct termios) macro
|
/openbmc/linux/arch/sh/include/uapi/asm/ |
H A D | ioctls.h | 16 #define TCSETS 0x5402 macro
|
/openbmc/linux/arch/xtensa/include/uapi/asm/ |
H A D | ioctls.h | 28 #define TCSETS 0x5402 macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | ioctls.h | 22 #define TCSETS _IOW('t', 20, struct termios) macro
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | ioctls.h | 16 #define TCSETS _IOW('T', 9, struct termios) 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}; 24 const TCSETS: u32 = 0x8024_5409; 28 + const TCSETS: u32 = 0x5402;
|
/openbmc/linux/drivers/tty/ |
H A D | tty_ioctl.c | 812 case TCSETS: in tty_mode_ioctl()
|
H A D | tty_io.c | 2904 case TCSETS: in tty_compat_ioctl()
|
/openbmc/linux/drivers/net/wwan/ |
H A D | wwan_core.c | 803 case TCSETS: in wwan_port_fops_at_ioctl()
|
/openbmc/linux/net/bluetooth/rfcomm/ |
H A D | tty.c | 834 case TCSETS: in rfcomm_tty_ioctl()
|
/openbmc/qemu/linux-user/ |
H A D | ioctls.h | 4 IOCTL(TCSETS, IOC_W, MK_PTR(MK_STRUCT(STRUCT_termios))) in IOCTL()
|