Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dtty.h89 #define C_BAUD(tty) _C_FLAG((tty), CBAUD)
90 #define C_CSIZE(tty) _C_FLAG((tty), CSIZE)
91 #define C_CSTOPB(tty) _C_FLAG((tty), CSTOPB)
92 #define C_CREAD(tty) _C_FLAG((tty), CREAD)
93 #define C_PARENB(tty) _C_FLAG((tty), PARENB)
94 #define C_PARODD(tty) _C_FLAG((tty), PARODD)
95 #define C_HUPCL(tty) _C_FLAG((tty), HUPCL)
96 #define C_CLOCAL(tty) _C_FLAG((tty), CLOCAL)
97 #define C_CIBAUD(tty) _C_FLAG((tty), CIBAUD)
98 #define C_CRTSCTS(tty) _C_FLAG((tty), CRTSCTS)
[all …]

Completed in 4 milliseconds