Searched refs:TIOCGRS485 (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/Documentation/serial/ |
D | serial-rs485.txt | 41 - TIOCGRS485 (typically associated with number 0x542E). This ioctl is used 68 case TIOCGRS485: 89 #define TIOCGRS485 0x542E
|
/linux-4.1.27/include/uapi/asm-generic/ |
D | ioctls.h | 64 #define TIOCGRS485 0x542E macro
|
/linux-4.1.27/arch/mips/include/uapi/asm/ |
D | ioctls.h | 84 #define TIOCGRS485 _IOR('T', 0x2E, struct serial_rs485) macro
|
/linux-4.1.27/arch/parisc/include/uapi/asm/ |
D | ioctls.h | 53 #define TIOCGRS485 _IOR('T', 0x2E, struct serial_rs485) macro
|
/linux-4.1.27/arch/xtensa/include/uapi/asm/ |
D | ioctls.h | 98 #define TIOCGRS485 _IOR('T', 46, struct serial_rs485) macro
|
/linux-4.1.27/arch/alpha/include/uapi/asm/ |
D | ioctls.h | 93 #define TIOCGRS485 _IOR('T', 0x2E, struct serial_rs485) macro
|
/linux-4.1.27/arch/powerpc/include/uapi/asm/ |
D | ioctls.h | 93 #define TIOCGRS485 0x542e macro
|
/linux-4.1.27/arch/sh/include/uapi/asm/ |
D | ioctls.h | 86 #define TIOCGRS485 _IOR('T', 46, struct serial_rs485) macro
|
/linux-4.1.27/arch/sparc/include/uapi/asm/ |
D | ioctls.h | 27 #define TIOCGRS485 _IOR('T', 0x41, struct serial_rs485) macro
|
/linux-4.1.27/fs/ |
D | compat_ioctl.c | 877 #ifdef TIOCGRS485 878 COMPATIBLE_IOCTL(TIOCGRS485)
|
/linux-4.1.27/drivers/tty/serial/ |
D | serial_core.c | 1276 case TIOCGRS485: in uart_ioctl()
|
D | crisv10.c | 3580 case TIOCGRS485: in rs_ioctl()
|