Searched defs:TIOCGRS485 (Results 1 – 16 of 16) sorted by relevance
/external/kernel-headers/original/uapi/asm-generic/ |
D | ioctls.h | 65 #define TIOCGRS485 0x542E macro
|
/external/musl/arch/mips/bits/ |
D | ioctl.h | 61 #define TIOCGRS485 _IOR('T', 0x2E, char[32]) macro
|
/external/musl/arch/generic/bits/ |
D | ioctl.h | 52 #define TIOCGRS485 0x542E macro
|
/external/musl/arch/mipsn32/bits/ |
D | ioctl.h | 61 #define TIOCGRS485 _IOR('T', 0x2E, char[32]) macro
|
/external/musl/arch/sh/bits/ |
D | ioctl.h | 80 #define TIOCGRS485 _IOR('T', 46, char[32]) macro
|
/external/musl/arch/mips64/bits/ |
D | ioctl.h | 61 #define TIOCGRS485 _IOR('T', 0x2E, char[32]) macro
|
/external/musl/arch/powerpc64/bits/ |
D | ioctl.h | 89 #define TIOCGRS485 0x542e macro
|
/external/musl/arch/powerpc/bits/ |
D | ioctl.h | 89 #define TIOCGRS485 0x542e macro
|
/external/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/ |
D | mod.rs | 146 pub const TIOCGRS485: ::Ioctl = 0x542e; constant
|
/external/python/pyserial/serial/ |
D | serialposix.py | 88 TIOCGRS485 = 0x542E variable
|
/external/rust/crates/libc/src/unix/linux_like/linux/arch/generic/ |
D | mod.rs | 171 pub const TIOCGRS485: ::Ioctl = 0x542E; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/arch/mips/ |
D | mod.rs | 195 pub const TIOCGRS485: ::Ioctl = 0x4020542e; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b32/riscv32/ |
D | mod.rs | 212 pub const TIOCGRS485: ::c_int = 21550; constant
|
/external/crosvm/jail/seccomp/aarch64/ |
D | constants.json | 1814 "TIOCGRS485": 21550, number
|
/external/crosvm/jail/seccomp/x86_64/ |
D | constants.json | 1817 "TIOCGRS485": 21550, number
|
/external/crosvm/jail/seccomp/arm/ |
D | constants.json | 1808 "TIOCGRS485": 21550, number
|