Searched refs:IGNBRK (Results 1 – 25 of 66) sorted by relevance
123
620 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in dz_set_termios()625 if ((termios->c_iflag & (IGNPAR | IGNBRK)) == (IGNPAR | IGNBRK)) in dz_set_termios()629 if (termios->c_iflag & IGNBRK) in dz_set_termios()
260 termios->c_iflag &= ~(IGNBRK | BRKINT); in serial21285_set_termios()316 if (termios->c_iflag & IGNBRK && termios->c_iflag & IGNPAR) in serial21285_set_termios()
566 if (new->c_iflag & (IGNBRK | BRKINT)) in bcm_uart_set_termios()572 if (new->c_iflag & IGNBRK) in bcm_uart_set_termios()
601 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in asc_set_termios()610 if (termios->c_iflag & IGNBRK) { in asc_set_termios()
424 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in pl010_set_termios()433 if (termios->c_iflag & IGNBRK) { in pl010_set_termios()
500 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in linflex_set_termios()507 if (termios->c_iflag & IGNBRK) { in linflex_set_termios()
590 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in sbd_set_termios()597 if (termios->c_iflag & IGNBRK) { in sbd_set_termios()
489 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in serial_pxa_set_termios()498 if (termios->c_iflag & IGNBRK) { in serial_pxa_set_termios()
545 if (c_iflag & (IGNBRK | BRKINT | PARMRK)) in siu_set_termios()551 if (c_iflag & IGNBRK) { in siu_set_termios()
339 if (iflag & IGNBRK) in sunhv_set_termios()
694 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in sccnxp_set_termios()699 if (termios->c_iflag & IGNBRK) in sccnxp_set_termios()
857 if (iflag & (IGNBRK | BRKINT | PARMRK)) in ip22zilog_convert_to_zs()863 if (iflag & IGNBRK) { in ip22zilog_convert_to_zs()
686 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in serial_txx9_set_termios()695 if (termios->c_iflag & IGNBRK) { in serial_txx9_set_termios()
92 &= ~(IGNBRK /* disable ignore break */ in empeg_init_termios()
78 #define IGNBRK 0000001 macro
64 #define IGNBRK 0000001 macro
67 #define IGNBRK 0000001 macro
72 #define IGNBRK 0000001 macro
63 #define IGNBRK 0000001 macro
83 #define IGNBRK 0000001 /* Ignore break condition. */ macro
75 #define IGNBRK 0000001 macro
93 #define IGNBRK 0x00000001 macro
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()
Completed in 39 milliseconds