Searched refs:BRKINT (Results 1 – 25 of 39) sorted by relevance
12
10 #define BRKINT 0x002 /* Signal interrupt on break */ macro
92 | BRKINT /* disable break causes interrupt */ in empeg_init_termios()
924 | BRKINT /* disable break causes interrupt */ in cypress_set_termios()
644 if (termios->c_iflag & BRKINT) in sifive_serial_set_termios()646 termios->c_iflag &= ~(INPCK|PARMRK|BRKINT); in sifive_serial_set_termios()
239 termios->c_iflag &= ~(IGNBRK | BRKINT); in serial21285_set_termios()
296 termios->c_iflag &= ~(BRKINT | IGNBRK); in digicolor_uart_set_termios()
261 termios->c_iflag &= ~(BRKINT | IGNBRK); in uart_clps711x_set_termios()
385 if (termios->c_iflag & (BRKINT | PARMRK)) in sunplus_set_termios()
329 termios->c_iflag &= ~BRKINT; in ulite_set_termios()
538 if (new->c_iflag & (IGNBRK | BRKINT)) in bcm_uart_set_termios()
555 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in asc_set_termios()
453 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in serial_pxa_set_termios()
449 if (termios->c_iflag & (BRKINT | PARMRK)) in ma35d1serial_set_termios()
488 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in linflex_set_termios()
433 if (termios->c_iflag & (BRKINT | PARMRK)) in sa1100_set_termios()
640 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in serial_txx9_set_termios()
697 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in sccnxp_set_termios()
901 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in qe_uart_set_termios()
735 if (iflag & (IGNBRK | BRKINT | PARMRK)) in sunsab_convert_to_sab()
828 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in sprd_set_termios()
1075 if (termios->c_iflag & (BRKINT | PARMRK)) in sc16is7xx_set_termios()
548 if ((termios->c_iflag & BRKINT) || (termios->c_iflag & PARMRK)) in cpm_uart_set_termios()
128 ktermios.c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP | in ttyport_open()
58 #define I_BRKINT(tty) _I_FLAG((tty), BRKINT)
288 if (termios->c_iflag & (BRKINT | PARMRK)) in sdio_uart_change_speed()