Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtty.h58 #define I_BRKINT(tty) _I_FLAG((tty), BRKINT) macro
/linux/drivers/tty/serial/jsm/
H A Djsm_tty.c608 if (I_PARMRK(tp) || I_BRKINT(tp) || I_INPCK(tp)) { in jsm_input()
/linux/drivers/tty/
H A Dn_tty.c1119 if (I_BRKINT(tty)) { in n_tty_receive_break()
1836 if ((I_IGNBRK(tty) || (!I_BRKINT(tty) && !I_PARMRK(tty))) && in n_tty_set_termios()
H A Damiserial.c654 if (I_BRKINT(tty) || I_PARMRK(tty)) in change_speed()
H A Dmxser.c643 if (I_BRKINT(tty) || I_PARMRK(tty)) in mxser_change_speed()
H A Dsynclink_gt.c2491 if (I_BRKINT(info->port.tty) || I_PARMRK(info->port.tty)) in change_params()