Home
last modified time | relevance | path

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

12

/linux-6.6.21/include/uapi/asm-generic/
Dtermbits-common.h10 #define BRKINT 0x002 /* Signal interrupt on break */ macro
/linux-6.6.21/drivers/usb/serial/
Dempeg.c93 | BRKINT /* disable break causes interrupt */ in empeg_init_termios()
Dcypress_m8.c927 | BRKINT /* disable break causes interrupt */ in cypress_set_termios()
/linux-6.6.21/drivers/tty/serial/
Dsifive.c643 if (termios->c_iflag & BRKINT) in sifive_serial_set_termios()
645 termios->c_iflag &= ~(INPCK|PARMRK|BRKINT); in sifive_serial_set_termios()
D21285.c239 termios->c_iflag &= ~(IGNBRK | BRKINT); in serial21285_set_termios()
Dclps711x.c261 termios->c_iflag &= ~(BRKINT | IGNBRK); in uart_clps711x_set_termios()
Ddigicolor-usart.c296 termios->c_iflag &= ~(BRKINT | IGNBRK); in digicolor_uart_set_termios()
Dsunplus-uart.c383 if (termios->c_iflag & (BRKINT | PARMRK)) in sunplus_set_termios()
Dbcm63xx_uart.c536 if (new->c_iflag & (IGNBRK | BRKINT)) in bcm_uart_set_termios()
Ddz.c622 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in dz_set_termios()
Dst-asc.c566 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in asc_set_termios()
Duartlite.c321 termios->c_iflag &= ~BRKINT; in ulite_set_termios()
Damba-pl010.c398 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in pl010_set_termios()
Dfsl_linflexuart.c487 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in linflex_set_termios()
Dma35d1_serial.c449 if (termios->c_iflag & (BRKINT | PARMRK)) in ma35d1serial_set_termios()
Dpxa.c453 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in serial_pxa_set_termios()
Dsa1100.c433 if (termios->c_iflag & (BRKINT | PARMRK)) in sa1100_set_termios()
Dsb1250-duart.c590 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in sbd_set_termios()
Dserial_txx9.c639 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in serial_txx9_set_termios()
Dip22zilog.c855 if (iflag & (IGNBRK | BRKINT | PARMRK)) in ip22zilog_convert_to_zs()
Dsccnxp.c693 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in sccnxp_set_termios()
Dsunsab.c733 if (iflag & (IGNBRK | BRKINT | PARMRK)) in sunsab_convert_to_sab()
/linux-6.6.21/drivers/tty/serdev/
Dserdev-ttyport.c130 ktermios.c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP | in ttyport_open()
/linux-6.6.21/include/linux/
Dtty.h59 #define I_BRKINT(tty) _I_FLAG((tty), BRKINT)
/linux-6.6.21/drivers/mmc/core/
Dsdio_uart.c290 if (termios->c_iflag & (BRKINT | PARMRK)) in sdio_uart_change_speed()

12