Searched refs:BRKINT (Results 1 – 25 of 49) sorted by relevance
12
10 #define BRKINT 0x002 /* Signal interrupt on break */ macro
93 | BRKINT /* disable break causes interrupt */ in empeg_init_termios()
925 | BRKINT /* disable break causes interrupt */ in cypress_set_termios()
674 if (termios->c_iflag & BRKINT) in sifive_serial_set_termios()676 termios->c_iflag &= ~(INPCK|PARMRK|BRKINT); in sifive_serial_set_termios()
260 termios->c_iflag &= ~(IGNBRK | BRKINT); in serial21285_set_termios()
261 termios->c_iflag &= ~(BRKINT | IGNBRK); in uart_clps711x_set_termios()
298 termios->c_iflag &= ~(BRKINT | IGNBRK); in digicolor_uart_set_termios()
385 if (termios->c_iflag & (BRKINT | PARMRK)) in sunplus_set_termios()
419 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in pl010_set_termios()
566 if (new->c_iflag & (IGNBRK | BRKINT)) in bcm_uart_set_termios()
620 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in dz_set_termios()
324 termios->c_iflag &= ~BRKINT; in ulite_set_termios()
488 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in linflex_set_termios()
605 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in asc_set_termios()
532 if (c_iflag & (IGNBRK | BRKINT | PARMRK)) in siu_set_termios()
475 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in serial_pxa_set_termios()
458 if (termios->c_iflag & (BRKINT | PARMRK)) in sa1100_set_termios()
590 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in sbd_set_termios()
662 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in serial_txx9_set_termios()
857 if (iflag & (IGNBRK | BRKINT | PARMRK)) in ip22zilog_convert_to_zs()
694 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in sccnxp_set_termios()
738 if (iflag & (IGNBRK | BRKINT | PARMRK)) in sunsab_convert_to_sab()
130 ktermios.c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP | in ttyport_open()
59 #define I_BRKINT(tty) _I_FLAG((tty), BRKINT)
290 if (termios->c_iflag & (BRKINT | PARMRK)) in sdio_uart_change_speed()