Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dtty.h58 #define I_IGNBRK(tty) _I_FLAG((tty), IGNBRK)
59 #define I_BRKINT(tty) _I_FLAG((tty), BRKINT)
62 #define I_INPCK(tty) _I_FLAG((tty), INPCK)
64 #define I_INLCR(tty) _I_FLAG((tty), INLCR)
65 #define I_IGNCR(tty) _I_FLAG((tty), IGNCR)
66 #define I_ICRNL(tty) _I_FLAG((tty), ICRNL)
67 #define I_IUCLC(tty) _I_FLAG((tty), IUCLC)
68 #define I_IXON(tty) _I_FLAG((tty), IXON)
69 #define I_IXANY(tty) _I_FLAG((tty), IXANY)
70 #define I_IXOFF(tty) _I_FLAG((tty), IXOFF)
[all …]

Completed in 5 milliseconds