Lines Matching refs:_IOR
11 #define FIONREAD _IOR('f', 127, int)
13 #define FIOQSIZE _IOR('f', 128, loff_t)
15 #define TIOCGETP _IOR('t', 8, struct sgttyb)
20 #define TIOCGETC _IOR('t', 18, struct tchars)
21 #define TCGETS _IOR('t', 19, struct termios)
26 #define TCGETA _IOR('t', 23, struct termio)
35 #define TCGETS2 _IOR('T', 42, struct termios2)
41 #define TIOCGWINSZ _IOR('t', 104, struct winsize)
44 #define TIOCOUTQ _IOR('t', 115, int) /* output queue size */
46 #define TIOCGLTC _IOR('t', 116, struct ltchars)
49 #define TIOCGPGRP _IOR('t', 119, int)
99 #define TIOCGRS485 _IOR('T', 0x2E, struct serial_rs485)
101 #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
103 #define TIOCGDEV _IOR('T',0x32, unsigned int) /* Get primary device node of /dev/console */
106 #define TIOCGPKT _IOR('T', 0x38, int) /* Get packet mode state */
107 #define TIOCGPTLCK _IOR('T', 0x39, int) /* Get Pty lock state */
108 #define TIOCGEXCL _IOR('T', 0x40, int) /* Get exclusive mode state */
110 #define TIOCGISO7816 _IOR('T', 0x42, struct serial_iso7816)