Lines Matching +full:input +full:- +full:mode
2 * include/asm-xtensa/termbits.h
10 * Copyright (C) 2001 - 2005 Tensilica Inc.
25 target_tcflag_t c_iflag; /* input mode flags */
26 target_tcflag_t c_oflag; /* output mode flags */
27 target_tcflag_t c_cflag; /* control mode flags */
28 target_tcflag_t c_lflag; /* local mode flags */
35 target_tcflag_t c_iflag; /* input mode flags */
36 target_tcflag_t c_oflag; /* output mode flags */
37 target_tcflag_t c_cflag; /* control mode flags */
38 target_tcflag_t c_lflag; /* local mode flags */
41 target_speed_t c_ispeed; /* input speed */
46 target_tcflag_t c_iflag; /* input mode flags */
47 target_tcflag_t c_oflag; /* output mode flags */
48 target_tcflag_t c_cflag; /* control mode flags */
49 target_tcflag_t c_lflag; /* local mode flags */
52 target_speed_t c_ispeed; /* input speed */
177 #define TARGET_CIBAUD 002003600000 /* input baud rate */
305 #define TARGET_TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
310 #define TARGET_TIOCGPKT _IOR('T', 0x38, int) /* Get packet mode state */
312 #define TARGET_TIOCGEXCL _IOR('T', 0x40, int) /* Get exclusive mode state */
329 #define TARGET_TIOCMIWAIT _IO('T', 92) /* wait for a change on serial input line(s) */