Searched refs:BRKINT (Results 1 – 25 of 55) sorted by relevance
123
93 | BRKINT /* disable break causes interrupt */ in empeg_init_termios()
79 #define BRKINT 0000002 macro
65 #define BRKINT 0000002 macro
68 #define BRKINT 0000002 macro
73 #define BRKINT 0000002 macro
64 #define BRKINT 0000002 macro
84 #define BRKINT 0000002 /* Signal interrupt on break. */ macro
76 #define BRKINT 0000002 macro
94 #define BRKINT 0x00000002 macro
130 ktermios.c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP | in ttyport_open()
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()
566 if (new->c_iflag & (IGNBRK | BRKINT)) in bcm_uart_set_termios()
673 if (termios->c_iflag & BRKINT) in sifive_serial_set_termios()
620 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in dz_set_termios()
601 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in asc_set_termios()
324 termios->c_cflag &= ~(BRKINT | CSTOPB | PARENB | PARODD | CSIZE); in ulite_set_termios()
424 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in pl010_set_termios()
500 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in linflex_set_termios()
456 if (termios->c_iflag & (BRKINT | PARMRK)) in sa1100_set_termios()
590 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in sbd_set_termios()
489 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in serial_pxa_set_termios()
545 if (c_iflag & (IGNBRK | BRKINT | PARMRK)) in siu_set_termios()
59 #define I_BRKINT(tty) _I_FLAG((tty), BRKINT)
Completed in 40 milliseconds