Searched defs:_I_FLAG (Results 1 - 1 of 1) sorted by relevance

/include/linux/
H A Dtty.h99 #define _I_FLAG(tty, f) ((tty)->termios.c_iflag & (f)) macro
104 #define I_IGNBRK(tty) _I_FLAG((tty), IGNBRK)
105 #define I_BRKINT(tty) _I_FLAG((tty), BRKINT)
106 #define I_IGNPAR(tty) _I_FLAG((tty), IGNPAR)
107 #define I_PARMRK(tty) _I_FLAG((tty), PARMRK)
108 #define I_INPCK(tty) _I_FLAG((tty), INPCK)
109 #define I_ISTRIP(tty) _I_FLAG((tty), ISTRIP)
110 #define I_INLCR(tty) _I_FLAG((tty), INLCR)
111 #define I_IGNCR(tty) _I_FLAG((tty), IGNCR)
112 #define I_ICRNL(tty) _I_FLAG((tt
[all...]

Completed in 26 milliseconds