Searched refs:TIOCSRS485 (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/include/uapi/asm-generic/ |
D | ioctls.h | 65 #ifndef TIOCSRS485 66 #define TIOCSRS485 0x542F macro
|
/linux-4.1.27/Documentation/serial/ |
D | serial-rs485.txt | 38 - TIOCSRS485 (typically associated with number 0x542F). This ioctl is used 59 case TIOCSRS485: 90 #define TIOCSRS485 0x542F 122 if (ioctl (fd, TIOCSRS485, &rs485conf) < 0) {
|
/linux-4.1.27/arch/cris/include/uapi/asm/ |
D | ioctls.h | 7 #define TIOCSRS485 0x5463 /* enable rs-485 */ macro
|
/linux-4.1.27/arch/mips/include/uapi/asm/ |
D | ioctls.h | 85 #define TIOCSRS485 _IOWR('T', 0x2F, struct serial_rs485) macro
|
/linux-4.1.27/arch/parisc/include/uapi/asm/ |
D | ioctls.h | 54 #define TIOCSRS485 _IOWR('T', 0x2F, struct serial_rs485) macro
|
/linux-4.1.27/arch/xtensa/include/uapi/asm/ |
D | ioctls.h | 99 #define TIOCSRS485 _IOWR('T', 47, struct serial_rs485) macro
|
/linux-4.1.27/arch/alpha/include/uapi/asm/ |
D | ioctls.h | 94 #define TIOCSRS485 _IOWR('T', 0x2F, struct serial_rs485) macro
|
/linux-4.1.27/arch/powerpc/include/uapi/asm/ |
D | ioctls.h | 94 #define TIOCSRS485 0x542f macro
|
/linux-4.1.27/arch/sh/include/uapi/asm/ |
D | ioctls.h | 87 #define TIOCSRS485 _IOWR('T', 47, struct serial_rs485) macro
|
/linux-4.1.27/arch/sparc/include/uapi/asm/ |
D | ioctls.h | 28 #define TIOCSRS485 _IOWR('T', 0x42, struct serial_rs485) macro
|
/linux-4.1.27/fs/ |
D | compat_ioctl.c | 874 #ifdef TIOCSRS485 875 COMPATIBLE_IOCTL(TIOCSRS485)
|
/linux-4.1.27/drivers/tty/serial/ |
D | serial_core.c | 1280 case TIOCSRS485: in uart_ioctl()
|
D | crisv10.c | 3568 case TIOCSRS485: in rs_ioctl()
|