Home
last modified time | relevance | path

Searched refs:BRKINT (Results 1 – 25 of 55) sorted by relevance

123

/linux/drivers/usb/serial/
A Dempeg.c93 | BRKINT /* disable break causes interrupt */ in empeg_init_termios()
/linux/arch/xtensa/include/uapi/asm/
A Dtermbits.h79 #define BRKINT 0000002 macro
/linux/arch/parisc/include/uapi/asm/
A Dtermbits.h65 #define BRKINT 0000002 macro
/linux/arch/powerpc/include/uapi/asm/
A Dtermbits.h68 #define BRKINT 0000002 macro
/linux/arch/ia64/include/uapi/asm/
A Dtermbits.h73 #define BRKINT 0000002 macro
/linux/include/uapi/asm-generic/
A Dtermbits.h64 #define BRKINT 0000002 macro
/linux/arch/mips/include/uapi/asm/
A Dtermbits.h84 #define BRKINT 0000002 /* Signal interrupt on break. */ macro
/linux/arch/alpha/include/uapi/asm/
A Dtermbits.h76 #define BRKINT 0000002 macro
/linux/arch/sparc/include/uapi/asm/
A Dtermbits.h94 #define BRKINT 0x00000002 macro
/linux/drivers/tty/serdev/
A Dserdev-ttyport.c130 ktermios.c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP | in ttyport_open()
/linux/drivers/tty/serial/
A D21285.c260 termios->c_iflag &= ~(IGNBRK | BRKINT); in serial21285_set_termios()
A Dclps711x.c261 termios->c_iflag &= ~(BRKINT | IGNBRK); in uart_clps711x_set_termios()
A Ddigicolor-usart.c298 termios->c_iflag &= ~(BRKINT | IGNBRK); in digicolor_uart_set_termios()
A Dbcm63xx_uart.c566 if (new->c_iflag & (IGNBRK | BRKINT)) in bcm_uart_set_termios()
A Dsifive.c673 if (termios->c_iflag & BRKINT) in sifive_serial_set_termios()
A Ddz.c620 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in dz_set_termios()
A Dst-asc.c601 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in asc_set_termios()
A Duartlite.c324 termios->c_cflag &= ~(BRKINT | CSTOPB | PARENB | PARODD | CSIZE); in ulite_set_termios()
A Damba-pl010.c424 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in pl010_set_termios()
A Dfsl_linflexuart.c500 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in linflex_set_termios()
A Dsa1100.c456 if (termios->c_iflag & (BRKINT | PARMRK)) in sa1100_set_termios()
A Dsb1250-duart.c590 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in sbd_set_termios()
A Dpxa.c489 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in serial_pxa_set_termios()
A Dvr41xx_siu.c545 if (c_iflag & (IGNBRK | BRKINT | PARMRK)) in siu_set_termios()
/linux/include/linux/
A Dtty.h59 #define I_BRKINT(tty) _I_FLAG((tty), BRKINT)

Completed in 40 milliseconds

123