Lines Matching refs:_IOW
10 #define TCSETS _IOW('T', 17, struct termios) /* TCSETATTR */
11 #define TCSETSW _IOW('T', 18, struct termios) /* TCSETATTRD */
12 #define TCSETSF _IOW('T', 19, struct termios) /* TCSETATTRF */
14 #define TCSETA _IOW('T', 2, struct termio)
15 #define TCSETAW _IOW('T', 3, struct termio)
16 #define TCSETAF _IOW('T', 4, struct termio)
24 #define TIOCSPGRP _IOW('T', 29, int)
51 #define TCSETS2 _IOW('T',0x2B, struct termios2)
52 #define TCSETSW2 _IOW('T',0x2C, struct termios2)
53 #define TCSETSF2 _IOW('T',0x2D, struct termios2)
57 #define TIOCSPTLCK _IOW('T',0x31, int) /* Lock/unlock Pty */
59 #define TIOCSIG _IOW('T',0x36, int) /* Generate signal on Pty slave */