Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/
H A Dn_tty.c1168 if (I_IGNBRK(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.c707 if (I_IGNBRK(tty)) { in change_speed()
H A Dmoxa.c1411 if (tty && (intr & IntrBreak) && !I_IGNBRK(tty)) { /* BREAK */ in moxa_poll_port()
H A Drocket.c810 if (I_IGNBRK(tty)) { in configure_r_port()
H A Dmxser.c765 if (I_IGNBRK(tty)) { in mxser_change_speed()
H A Dsynclink_gt.c2511 if (I_IGNBRK(info->port.tty)) { in change_params()
H A Dsynclinkmp.c2810 if (I_IGNBRK(info->port.tty)) { in change_params()
H A Dsynclink.c1977 if (I_IGNBRK(info->port.tty)) { in mgsl_change_params()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtty.h130 #define I_IGNBRK(tty) _I_FLAG((tty), IGNBRK) macro
/OK3568_Linux_fs/kernel/drivers/staging/fwserial/
H A Dfwserial.c957 if (I_IGNBRK(tty)) { in set_termios()