Searched refs:TIOCGRS485 (Results 1 – 12 of 12) sorted by relevance
/linux-6.1.9/tools/include/uapi/asm-generic/ |
D | ioctls.h | 65 #define TIOCGRS485 0x542E macro
|
/linux-6.1.9/include/uapi/asm-generic/ |
D | ioctls.h | 65 #define TIOCGRS485 0x542E macro
|
/linux-6.1.9/arch/mips/include/uapi/asm/ |
D | ioctls.h | 85 #define TIOCGRS485 _IOR('T', 0x2E, struct serial_rs485) macro
|
/linux-6.1.9/arch/parisc/include/uapi/asm/ |
D | ioctls.h | 54 #define TIOCGRS485 _IOR('T', 0x2E, struct serial_rs485) macro
|
/linux-6.1.9/arch/sh/include/uapi/asm/ |
D | ioctls.h | 87 #define TIOCGRS485 _IOR('T', 46, struct serial_rs485) macro
|
/linux-6.1.9/arch/powerpc/include/uapi/asm/ |
D | ioctls.h | 94 #define TIOCGRS485 0x542e macro
|
/linux-6.1.9/arch/xtensa/include/uapi/asm/ |
D | ioctls.h | 99 #define TIOCGRS485 _IOR('T', 46, struct serial_rs485) macro
|
/linux-6.1.9/arch/alpha/include/uapi/asm/ |
D | ioctls.h | 99 #define TIOCGRS485 _IOR('T', 0x2E, struct serial_rs485) macro
|
/linux-6.1.9/Documentation/driver-api/serial/ |
D | serial-rs485.rst | 47 for the uart_port. TIOCGRS485 ioctl can be used to read back the 58 /* Include definition for RS485 ioctls: TIOCGRS485 and TIOCSRS485 */
|
/linux-6.1.9/arch/sparc/include/uapi/asm/ |
D | ioctls.h | 28 #define TIOCGRS485 _IOR('T', 0x41, struct serial_rs485) macro
|
/linux-6.1.9/drivers/tty/serial/ |
D | serial_core.c | 1555 if (cmd == TIOCGRS485) in uart_ioctl() 1576 case TIOCGRS485: in uart_ioctl() 1598 if (cmd == TIOCGRS485) in uart_ioctl()
|
/linux-6.1.9/drivers/tty/ |
D | tty_io.c | 2879 case TIOCGRS485: in tty_compat_ioctl()
|