Searched refs:IGNBRK (Results 1 – 25 of 58) sorted by relevance
123
9 #define IGNBRK 0x001 /* Ignore break condition */ macro
92 &= ~(IGNBRK /* disable ignore break */ in empeg_init_termios()
160 tty->termios.c_iflag |= IGNBRK | IGNPAR | IXOFF; in kobil_init_termios()
622 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in dz_set_termios()627 if ((termios->c_iflag & (IGNPAR | IGNBRK)) == (IGNPAR | IGNBRK)) in dz_set_termios()631 if (termios->c_iflag & IGNBRK) in dz_set_termios()
239 termios->c_iflag &= ~(IGNBRK | BRKINT); in serial21285_set_termios()295 if (termios->c_iflag & IGNBRK && termios->c_iflag & IGNPAR) in serial21285_set_termios()
536 if (new->c_iflag & (IGNBRK | BRKINT)) in bcm_uart_set_termios()542 if (new->c_iflag & IGNBRK) in bcm_uart_set_termios()
398 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in pl010_set_termios()407 if (termios->c_iflag & IGNBRK) { in pl010_set_termios()
566 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in asc_set_termios()575 if (termios->c_iflag & IGNBRK) { in asc_set_termios()
487 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in linflex_set_termios()494 if (termios->c_iflag & IGNBRK) { in linflex_set_termios()
453 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in serial_pxa_set_termios()462 if (termios->c_iflag & IGNBRK) { in serial_pxa_set_termios()
590 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in sbd_set_termios()597 if (termios->c_iflag & IGNBRK) { in sbd_set_termios()
639 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in serial_txx9_set_termios()648 if (termios->c_iflag & IGNBRK) { in serial_txx9_set_termios()
337 if (iflag & IGNBRK) in sunhv_set_termios()
855 if (iflag & (IGNBRK | BRKINT | PARMRK)) in ip22zilog_convert_to_zs()861 if (iflag & IGNBRK) { in ip22zilog_convert_to_zs()
693 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in sccnxp_set_termios()698 if (termios->c_iflag & IGNBRK) in sccnxp_set_termios()
261 termios->c_iflag &= ~(BRKINT | IGNBRK); in uart_clps711x_set_termios()
296 termios->c_iflag &= ~(BRKINT | IGNBRK); in digicolor_uart_set_termios()
733 if (iflag & (IGNBRK | BRKINT | PARMRK)) in sunsab_convert_to_sab()743 if (iflag & IGNBRK) { in sunsab_convert_to_sab()
907 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in qe_uart_set_termios()916 if (termios->c_iflag & IGNBRK) { in qe_uart_set_termios()
804 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in sprd_set_termios()811 if (termios->c_iflag & IGNBRK) { in sprd_set_termios()
923 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in zs_set_termios()929 if (termios->c_iflag & IGNBRK) { in zs_set_termios()
39 tios.c_iflag = IGNBRK | IGNPAR; in set_up_tty()
130 ktermios.c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP | in ttyport_open()
548 driver->init_termios.c_iflag = IGNBRK | IGNPAR; in sclp_tty_init()
58 #define I_IGNBRK(tty) _I_FLAG((tty), IGNBRK)