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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dtty.h123 #define _C_FLAG(tty, f) ((tty)->termios->c_cflag & (f)) macro
157 #define C_BAUD(tty) _C_FLAG((tty), CBAUD)
158 #define C_CSIZE(tty) _C_FLAG((tty), CSIZE)
159 #define C_CSTOPB(tty) _C_FLAG((tty), CSTOPB)
160 #define C_CREAD(tty) _C_FLAG((tty), CREAD)
161 #define C_PARENB(tty) _C_FLAG((tty), PARENB)
162 #define C_PARODD(tty) _C_FLAG((tty), PARODD)
163 #define C_HUPCL(tty) _C_FLAG((tty), HUPCL)
164 #define C_CLOCAL(tty) _C_FLAG((tty), CLOCAL)
165 #define C_CIBAUD(tty) _C_FLAG((tt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dtty.h123 #define _C_FLAG(tty, f) ((tty)->termios->c_cflag & (f)) macro
157 #define C_BAUD(tty) _C_FLAG((tty), CBAUD)
158 #define C_CSIZE(tty) _C_FLAG((tty), CSIZE)
159 #define C_CSTOPB(tty) _C_FLAG((tty), CSTOPB)
160 #define C_CREAD(tty) _C_FLAG((tty), CREAD)
161 #define C_PARENB(tty) _C_FLAG((tty), PARENB)
162 #define C_PARODD(tty) _C_FLAG((tty), PARODD)
163 #define C_HUPCL(tty) _C_FLAG((tty), HUPCL)
164 #define C_CLOCAL(tty) _C_FLAG((tty), CLOCAL)
165 #define C_CIBAUD(tty) _C_FLAG((tt
[all...]

Completed in 102 milliseconds