Searched refs:TIOCSRS485 (Results 1 – 12 of 12) sorted by relevance
| /Linux-v4.19/tools/include/uapi/asm-generic/ |
| D | ioctls.h | 66 #ifndef TIOCSRS485 67 #define TIOCSRS485 0x542F macro
|
| /Linux-v4.19/include/uapi/asm-generic/ |
| D | ioctls.h | 66 #ifndef TIOCSRS485 67 #define TIOCSRS485 0x542F macro
|
| /Linux-v4.19/Documentation/serial/ |
| D | serial-rs485.txt | 38 to TIOCSRS485 and TIOCGRS485 ioctls (see below). The rs485_config callback 48 /* Include definition for RS485 ioctls: TIOCGRS485 and TIOCSRS485 */ 81 if (ioctl (fd, TIOCSRS485, &rs485conf) < 0) {
|
| /Linux-v4.19/arch/mips/include/uapi/asm/ |
| D | ioctls.h | 86 #define TIOCSRS485 _IOWR('T', 0x2F, struct serial_rs485) macro
|
| /Linux-v4.19/arch/parisc/include/uapi/asm/ |
| D | ioctls.h | 55 #define TIOCSRS485 _IOWR('T', 0x2F, struct serial_rs485) macro
|
| /Linux-v4.19/arch/sh/include/uapi/asm/ |
| D | ioctls.h | 88 #define TIOCSRS485 _IOWR('T', 47, struct serial_rs485) macro
|
| /Linux-v4.19/arch/powerpc/include/uapi/asm/ |
| D | ioctls.h | 95 #define TIOCSRS485 0x542f macro
|
| /Linux-v4.19/arch/alpha/include/uapi/asm/ |
| D | ioctls.h | 95 #define TIOCSRS485 _IOWR('T', 0x2F, struct serial_rs485) macro
|
| /Linux-v4.19/arch/xtensa/include/uapi/asm/ |
| D | ioctls.h | 100 #define TIOCSRS485 _IOWR('T', 47, struct serial_rs485) macro
|
| /Linux-v4.19/arch/sparc/include/uapi/asm/ |
| D | ioctls.h | 29 #define TIOCSRS485 _IOWR('T', 0x42, struct serial_rs485) macro
|
| /Linux-v4.19/fs/ |
| D | compat_ioctl.c | 752 #ifdef TIOCSRS485 753 COMPATIBLE_IOCTL(TIOCSRS485)
|
| /Linux-v4.19/drivers/tty/serial/ |
| D | serial_core.c | 1392 case TIOCSRS485: in uart_ioctl()
|