Lines Matching refs:_IOR
9 #define TCGETS _IOR('T', 16, struct termios) /* TCGETATTR */
13 #define TCGETA _IOR('T', 1, struct termio)
23 #define TIOCGPGRP _IOR('T', 30, int)
49 #define TIOCGSID _IOR('T', 20, int) /* Return the session ID of FD */
50 #define TCGETS2 _IOR('T',0x2A, struct termios2)
54 #define TIOCGRS485 _IOR('T', 0x2E, struct serial_rs485)
56 #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
58 #define TIOCGDEV _IOR('T',0x32, int) /* Get primary device node of /dev/console */
61 #define TIOCGPKT _IOR('T', 0x38, int) /* Get packet mode state */
62 #define TIOCGPTLCK _IOR('T', 0x39, int) /* Get Pty lock state */
63 #define TIOCGEXCL _IOR('T', 0x40, int) /* Get exclusive mode state */
65 #define TIOCGISO7816 _IOR('T', 0x42, struct serial_iso7816)