Searched refs:_I_FLAG (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | tty.h | 125 #define _I_FLAG(tty, f) ((tty)->termios.c_iflag & (f)) macro 130 #define I_IGNBRK(tty) _I_FLAG((tty), IGNBRK) 131 #define I_BRKINT(tty) _I_FLAG((tty), BRKINT) 132 #define I_IGNPAR(tty) _I_FLAG((tty), IGNPAR) 133 #define I_PARMRK(tty) _I_FLAG((tty), PARMRK) 134 #define I_INPCK(tty) _I_FLAG((tty), INPCK) 135 #define I_ISTRIP(tty) _I_FLAG((tty), ISTRIP) 136 #define I_INLCR(tty) _I_FLAG((tty), INLCR) 137 #define I_IGNCR(tty) _I_FLAG((tty), IGNCR) 138 #define I_ICRNL(tty) _I_FLAG((tty), ICRNL) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/fwserial/ |
| H A D | fwserial.c | 953 if (_I_FLAG(tty, BRKINT | PARMRK)) in set_termios()
|