Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/jsm/
H A Djsm_tty.c607 if (I_PARMRK(tp) || I_BRKINT(tp) || I_INPCK(tp)) { in jsm_input()
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dn_tty.c1170 if (I_BRKINT(tty)) { in n_tty_receive_break()
1852 if ((I_IGNBRK(tty) || (!I_BRKINT(tty) && !I_PARMRK(tty))) && in n_tty_set_termios()
H A Damiserial.c698 if (I_BRKINT(tty) || I_PARMRK(tty)) in change_speed()
H A Drocket.c801 if (I_BRKINT(tty) || I_PARMRK(tty)) in configure_r_port()
H A Dmxser.c760 if (I_BRKINT(tty) || I_PARMRK(tty)) in mxser_change_speed()
H A Dsynclink_gt.c2507 if (I_BRKINT(info->port.tty) || I_PARMRK(info->port.tty)) in change_params()
H A Dsynclinkmp.c2806 if (I_BRKINT(info->port.tty) || I_PARMRK(info->port.tty)) in change_params()
H A Dsynclink.c1972 if (I_BRKINT(info->port.tty) || I_PARMRK(info->port.tty)) in mgsl_change_params()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtty.h131 #define I_BRKINT(tty) _I_FLAG((tty), BRKINT) macro