Searched refs:TIOCSRS485 (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/ |
| H A D | ioctls.h | 66 #ifndef TIOCSRS485 67 #define TIOCSRS485 0x542F macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/ |
| H A D | ioctls.h | 66 #ifndef TIOCSRS485 67 #define TIOCSRS485 0x542F macro
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | ioctls.h | 66 #ifndef TIOCSRS485 67 #define TIOCSRS485 0x542F macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/ |
| H A D | ioctls.h | 66 #ifndef TIOCSRS485 67 #define TIOCSRS485 0x542F macro
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/serial/ |
| H A D | serial-rs485.rst | 43 to TIOCSRS485 and TIOCGRS485 ioctls (see below). The rs485_config callback 54 /* Include definition for RS485 ioctls: TIOCGRS485 and TIOCSRS485 */ 87 if (ioctl (fd, TIOCSRS485, &rs485conf) < 0) {
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | ioctls.h | 86 #define TIOCSRS485 _IOWR('T', 0x2F, struct serial_rs485) macro
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/ |
| H A D | ioctls.h | 55 #define TIOCSRS485 _IOWR('T', 0x2F, struct serial_rs485) macro
|
| /OK3568_Linux_fs/kernel/arch/sh/include/uapi/asm/ |
| H A D | ioctls.h | 88 #define TIOCSRS485 _IOWR('T', 47, struct serial_rs485) macro
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/ |
| H A D | ioctls.h | 100 #define TIOCSRS485 _IOWR('T', 47, struct serial_rs485) macro
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/ |
| H A D | ioctls.h | 95 #define TIOCSRS485 0x542f macro
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/ |
| H A D | ioctls.h | 100 #define TIOCSRS485 _IOWR('T', 0x2F, struct serial_rs485) macro
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/ |
| H A D | ioctls.h | 29 #define TIOCSRS485 _IOWR('T', 0x42, struct serial_rs485) macro
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | tty_io.c | 2863 case TIOCSRS485: in tty_compat_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | serial_core.c | 1485 case TIOCSRS485: in uart_ioctl()
|