Home
last modified time | relevance | path

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

/linux-3.4.99/net/irda/ircomm/
Dircomm_tty_ioctl.c123 if (I_IGNBRK(self->tty)) { in ircomm_tty_change_speed()
/linux-3.4.99/include/linux/
Dtty.h129 #define I_IGNBRK(tty) _I_FLAG((tty), IGNBRK) macro
/linux-3.4.99/drivers/tty/
Dn_tty.c1018 if (I_IGNBRK(tty)) in n_tty_receive_break()
1524 if ((I_IGNBRK(tty) || (!I_BRKINT(tty) && !I_PARMRK(tty))) && in n_tty_set_termios()
Damiserial.c768 if (I_IGNBRK(tty)) { in change_speed()
Dmoxa.c1410 if (tty && (intr & IntrBreak) && !I_IGNBRK(tty)) { /* BREAK */ in moxa_poll_port()
Dmxser.c769 if (I_IGNBRK(tty)) { in mxser_change_speed()
Drocket.c830 if (I_IGNBRK(tty)) { in configure_r_port()
Dsynclink_gt.c2614 if (I_IGNBRK(info->port.tty)) { in change_params()
Dsynclinkmp.c2848 if (I_IGNBRK(info->port.tty)) { in change_params()
Dsynclink.c1994 if (I_IGNBRK(info->port.tty)) { in mgsl_change_params()
/linux-3.4.99/drivers/staging/serial/
D68360serial.c950 if (I_IGNBRK(info->port.tty)) { in change_speed()