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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dtty.h117 #define _I_FLAG(tty,f) ((tty)->termios->c_iflag & (f)) macro
122 #define I_IGNBRK(tty) _I_FLAG((tty),IGNBRK)
123 #define I_BRKINT(tty) _I_FLAG((tty),BRKINT)
124 #define I_IGNPAR(tty) _I_FLAG((tty),IGNPAR)
125 #define I_PARMRK(tty) _I_FLAG((tty),PARMRK)
126 #define I_INPCK(tty) _I_FLAG((tty),INPCK)
127 #define I_ISTRIP(tty) _I_FLAG((tty),ISTRIP)
128 #define I_INLCR(tty) _I_FLAG((tty),INLCR)
129 #define I_IGNCR(tty) _I_FLAG((tty),IGNCR)
130 #define I_ICRNL(tty) _I_FLAG((tt
[all...]

Completed in 53 milliseconds