Lines Matching refs:_IOR
8 #define TCGETS _IOR('T', 16, struct termios) /* TCGETATTR */
12 #define TCGETA _IOR('T', 1, struct termio)
22 #define TIOCGPGRP _IOR('T', 30, int)
48 #define TIOCGSID _IOR('T', 20, int) /* Return the session ID of FD */
49 #define TCGETS2 _IOR('T',0x2A, struct termios2)
53 #define TIOCGRS485 _IOR('T', 0x2E, struct serial_rs485)
55 #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
57 #define TIOCGDEV _IOR('T',0x32, int) /* Get primary device node of /dev/console */
60 #define TIOCGPKT _IOR('T', 0x38, int) /* Get packet mode state */
61 #define TIOCGPTLCK _IOR('T', 0x39, int) /* Get Pty lock state */
62 #define TIOCGEXCL _IOR('T', 0x40, int) /* Get exclusive mode state */