Home
last modified time | relevance | path

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

123

/Linux-v5.4/drivers/usb/serial/
Dempeg.c93 | BRKINT /* disable break causes interrupt */ in empeg_init_termios()
/Linux-v5.4/arch/xtensa/include/uapi/asm/
Dtermbits.h79 #define BRKINT 0000002 macro
/Linux-v5.4/arch/parisc/include/uapi/asm/
Dtermbits.h65 #define BRKINT 0000002 macro
/Linux-v5.4/include/uapi/asm-generic/
Dtermbits.h64 #define BRKINT 0000002 macro
/Linux-v5.4/arch/powerpc/include/uapi/asm/
Dtermbits.h68 #define BRKINT 0000002 macro
/Linux-v5.4/arch/ia64/include/uapi/asm/
Dtermbits.h73 #define BRKINT 0000002 macro
/Linux-v5.4/arch/alpha/include/uapi/asm/
Dtermbits.h76 #define BRKINT 0000002 macro
/Linux-v5.4/arch/mips/include/uapi/asm/
Dtermbits.h84 #define BRKINT 0000002 /* Signal interrupt on break. */ macro
/Linux-v5.4/arch/sparc/include/uapi/asm/
Dtermbits.h94 #define BRKINT 0x00000002 macro
/Linux-v5.4/drivers/tty/serdev/
Dserdev-ttyport.c130 ktermios.c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP | in ttyport_open()
/Linux-v5.4/drivers/tty/serial/
D21285.c225 termios->c_iflag &= ~(IGNBRK | BRKINT); in serial21285_set_termios()
Dclps711x.c265 termios->c_iflag &= ~(BRKINT | IGNBRK); in uart_clps711x_set_termios()
Ddigicolor-usart.c298 termios->c_iflag &= ~(BRKINT | IGNBRK); in digicolor_uart_set_termios()
Dsifive.c654 if (termios->c_iflag & BRKINT) in sifive_serial_set_termios()
Ddz.c624 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in dz_set_termios()
Defm32-uart.c407 if (new->c_iflag & (IGNBRK | BRKINT | PARMRK)) in efm32_uart_set_termios()
Dpnx8xxx_uart.c486 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in pnx8xxx_set_termios()
Dbcm63xx_uart.c572 if (new->c_iflag & (IGNBRK | BRKINT)) in bcm_uart_set_termios()
Dst-asc.c607 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in asc_set_termios()
Dfsl_linflexuart.c508 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in linflex_set_termios()
Damba-pl010.c430 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in pl010_set_termios()
Dsa1100.c464 if (termios->c_iflag & (BRKINT | PARMRK)) in sa1100_set_termios()
Dvr41xx_siu.c549 if (c_iflag & (IGNBRK | BRKINT | PARMRK)) in siu_set_termios()
Dsb1250-duart.c595 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in sbd_set_termios()
/Linux-v5.4/include/linux/
Dtty.h130 #define I_BRKINT(tty) _I_FLAG((tty), BRKINT)

123