Home
last modified time | relevance | path

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

12

/linux/include/uapi/asm-generic/
H A Dtermbits-common.h10 #define BRKINT 0x002 /* Signal interrupt on break */ macro
/linux/drivers/usb/serial/
H A Dempeg.c92 | BRKINT /* disable break causes interrupt */ in empeg_init_termios()
H A Dcypress_m8.c924 | BRKINT /* disable break causes interrupt */ in cypress_set_termios()
/linux/drivers/tty/serial/
H A Dsifive.c644 if (termios->c_iflag & BRKINT) in sifive_serial_set_termios()
646 termios->c_iflag &= ~(INPCK|PARMRK|BRKINT); in sifive_serial_set_termios()
H A D21285.c239 termios->c_iflag &= ~(IGNBRK | BRKINT); in serial21285_set_termios()
H A Ddigicolor-usart.c296 termios->c_iflag &= ~(BRKINT | IGNBRK); in digicolor_uart_set_termios()
H A Dclps711x.c261 termios->c_iflag &= ~(BRKINT | IGNBRK); in uart_clps711x_set_termios()
H A Dsunplus-uart.c385 if (termios->c_iflag & (BRKINT | PARMRK)) in sunplus_set_termios()
H A Duartlite.c329 termios->c_iflag &= ~BRKINT; in ulite_set_termios()
H A Dbcm63xx_uart.c538 if (new->c_iflag & (IGNBRK | BRKINT)) in bcm_uart_set_termios()
H A Dst-asc.c555 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in asc_set_termios()
H A Dpxa.c453 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in serial_pxa_set_termios()
H A Dma35d1_serial.c449 if (termios->c_iflag & (BRKINT | PARMRK)) in ma35d1serial_set_termios()
H A Dfsl_linflexuart.c488 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in linflex_set_termios()
H A Dsa1100.c433 if (termios->c_iflag & (BRKINT | PARMRK)) in sa1100_set_termios()
H A Dserial_txx9.c640 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in serial_txx9_set_termios()
H A Dsccnxp.c697 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in sccnxp_set_termios()
H A Ducc_uart.c901 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in qe_uart_set_termios()
H A Dsunsab.c735 if (iflag & (IGNBRK | BRKINT | PARMRK)) in sunsab_convert_to_sab()
H A Dsprd_serial.c828 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in sprd_set_termios()
H A Dsc16is7xx.c1075 if (termios->c_iflag & (BRKINT | PARMRK)) in sc16is7xx_set_termios()
H A Dcpm_uart.c548 if ((termios->c_iflag & BRKINT) || (termios->c_iflag & PARMRK)) in cpm_uart_set_termios()
/linux/drivers/tty/serdev/
H A Dserdev-ttyport.c128 ktermios.c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP | in ttyport_open()
/linux/include/linux/
H A Dtty.h58 #define I_BRKINT(tty) _I_FLAG((tty), BRKINT)
/linux/drivers/mmc/core/
H A Dsdio_uart.c288 if (termios->c_iflag & (BRKINT | PARMRK)) in sdio_uart_change_speed()

12