Searched refs:TIOCSRS485 (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/include/uapi/asm-generic/ |
D | ioctls.h | 65 #ifndef TIOCSRS485 66 #define TIOCSRS485 0x542F macro
|
/linux-4.4.14/arch/cris/include/uapi/asm/ |
D | ioctls.h | 7 #define TIOCSRS485 0x5463 /* enable rs-485 */ macro
|
/linux-4.4.14/Documentation/serial/ |
D | serial-rs485.txt | 38 to TIOCSRS485 and TIOCGRS485 ioctls (see below). The rs485_config callback 50 #define TIOCSRS485 0x542F 82 if (ioctl (fd, TIOCSRS485, &rs485conf) < 0) {
|
/linux-4.4.14/arch/mips/include/uapi/asm/ |
D | ioctls.h | 85 #define TIOCSRS485 _IOWR('T', 0x2F, struct serial_rs485) macro
|
/linux-4.4.14/arch/parisc/include/uapi/asm/ |
D | ioctls.h | 54 #define TIOCSRS485 _IOWR('T', 0x2F, struct serial_rs485) macro
|
/linux-4.4.14/arch/sh/include/uapi/asm/ |
D | ioctls.h | 87 #define TIOCSRS485 _IOWR('T', 47, struct serial_rs485) macro
|
/linux-4.4.14/arch/xtensa/include/uapi/asm/ |
D | ioctls.h | 99 #define TIOCSRS485 _IOWR('T', 47, struct serial_rs485) macro
|
/linux-4.4.14/arch/alpha/include/uapi/asm/ |
D | ioctls.h | 94 #define TIOCSRS485 _IOWR('T', 0x2F, struct serial_rs485) macro
|
/linux-4.4.14/arch/powerpc/include/uapi/asm/ |
D | ioctls.h | 94 #define TIOCSRS485 0x542f macro
|
/linux-4.4.14/arch/sparc/include/uapi/asm/ |
D | ioctls.h | 28 #define TIOCSRS485 _IOWR('T', 0x42, struct serial_rs485) macro
|
/linux-4.4.14/fs/ |
D | compat_ioctl.c | 874 #ifdef TIOCSRS485 875 COMPATIBLE_IOCTL(TIOCSRS485)
|
/linux-4.4.14/drivers/tty/serial/ |
D | serial_core.c | 1289 case TIOCSRS485: in uart_ioctl()
|
D | crisv10.c | 3509 case TIOCSRS485: in rs_ioctl()
|