Searched refs:BRKINT (Results 1 – 25 of 57) sorted by relevance
123
93 | BRKINT /* disable break causes interrupt */ in empeg_init_termios()
79 #define BRKINT 0000002 macro
65 #define BRKINT 0000002 macro
64 #define BRKINT 0000002 macro
68 #define BRKINT 0000002 macro
73 #define BRKINT 0000002 macro
76 #define BRKINT 0000002 macro
84 #define BRKINT 0000002 /* Signal interrupt on break. */ macro
94 #define BRKINT 0x00000002 macro
130 ktermios.c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP | in ttyport_open()
225 termios->c_iflag &= ~(IGNBRK | BRKINT); in serial21285_set_termios()
265 termios->c_iflag &= ~(BRKINT | IGNBRK); in uart_clps711x_set_termios()
298 termios->c_iflag &= ~(BRKINT | IGNBRK); in digicolor_uart_set_termios()
654 if (termios->c_iflag & BRKINT) in sifive_serial_set_termios()
624 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in dz_set_termios()
407 if (new->c_iflag & (IGNBRK | BRKINT | PARMRK)) in efm32_uart_set_termios()
486 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in pnx8xxx_set_termios()
572 if (new->c_iflag & (IGNBRK | BRKINT)) in bcm_uart_set_termios()
607 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in asc_set_termios()
508 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in linflex_set_termios()
430 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in pl010_set_termios()
464 if (termios->c_iflag & (BRKINT | PARMRK)) in sa1100_set_termios()
549 if (c_iflag & (IGNBRK | BRKINT | PARMRK)) in siu_set_termios()
595 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in sbd_set_termios()
130 #define I_BRKINT(tty) _I_FLAG((tty), BRKINT)