Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dtty.h59 #define I_BRKINT(tty) _I_FLAG((tty), BRKINT) macro
/openbmc/linux/drivers/tty/serial/jsm/
H A Djsm_tty.c607 if (I_PARMRK(tp) || I_BRKINT(tp) || I_INPCK(tp)) { in jsm_input()
/openbmc/linux/drivers/tty/
H A Dn_tty.c1148 if (I_BRKINT(tty)) { in n_tty_receive_break()
1867 if ((I_IGNBRK(tty) || (!I_BRKINT(tty) && !I_PARMRK(tty))) && in n_tty_set_termios()
H A Damiserial.c656 if (I_BRKINT(tty) || I_PARMRK(tty)) in change_speed()
H A Dmxser.c651 if (I_BRKINT(tty) || I_PARMRK(tty)) in mxser_change_speed()
H A Dsynclink_gt.c2490 if (I_BRKINT(info->port.tty) || I_PARMRK(info->port.tty)) in change_params()