Home
last modified time | relevance | path

Searched refs:IGNBRK (Results 1 – 25 of 58) sorted by relevance

123

/linux-6.1.9/include/uapi/asm-generic/
Dtermbits-common.h9 #define IGNBRK 0x001 /* Ignore break condition */ macro
/linux-6.1.9/drivers/usb/serial/
Dempeg.c92 &= ~(IGNBRK /* disable ignore break */ in empeg_init_termios()
Dkobil_sct.c160 tty->termios.c_iflag |= IGNBRK | IGNPAR | IXOFF; in kobil_init_termios()
/linux-6.1.9/drivers/tty/serial/
Ddz.c623 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in dz_set_termios()
628 if ((termios->c_iflag & (IGNPAR | IGNBRK)) == (IGNPAR | IGNBRK)) in dz_set_termios()
632 if (termios->c_iflag & IGNBRK) in dz_set_termios()
D21285.c260 termios->c_iflag &= ~(IGNBRK | BRKINT); in serial21285_set_termios()
316 if (termios->c_iflag & IGNBRK && termios->c_iflag & IGNPAR) in serial21285_set_termios()
Damba-pl010.c419 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in pl010_set_termios()
428 if (termios->c_iflag & IGNBRK) { in pl010_set_termios()
Dbcm63xx_uart.c565 if (new->c_iflag & (IGNBRK | BRKINT)) in bcm_uart_set_termios()
571 if (new->c_iflag & IGNBRK) in bcm_uart_set_termios()
Dst-asc.c604 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in asc_set_termios()
613 if (termios->c_iflag & IGNBRK) { in asc_set_termios()
Dfsl_linflexuart.c488 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in linflex_set_termios()
495 if (termios->c_iflag & IGNBRK) { in linflex_set_termios()
Dsb1250-duart.c590 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in sbd_set_termios()
597 if (termios->c_iflag & IGNBRK) { in sbd_set_termios()
Dpxa.c476 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in serial_pxa_set_termios()
485 if (termios->c_iflag & IGNBRK) { in serial_pxa_set_termios()
Dsunhv.c339 if (iflag & IGNBRK) in sunhv_set_termios()
Dserial_txx9.c662 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in serial_txx9_set_termios()
671 if (termios->c_iflag & IGNBRK) { in serial_txx9_set_termios()
Dip22zilog.c857 if (iflag & (IGNBRK | BRKINT | PARMRK)) in ip22zilog_convert_to_zs()
863 if (iflag & IGNBRK) { in ip22zilog_convert_to_zs()
Dsccnxp.c695 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in sccnxp_set_termios()
700 if (termios->c_iflag & IGNBRK) in sccnxp_set_termios()
Dclps711x.c261 termios->c_iflag &= ~(BRKINT | IGNBRK); in uart_clps711x_set_termios()
Ddigicolor-usart.c298 termios->c_iflag &= ~(BRKINT | IGNBRK); in digicolor_uart_set_termios()
Dsunsab.c734 if (iflag & (IGNBRK | BRKINT | PARMRK)) in sunsab_convert_to_sab()
744 if (iflag & IGNBRK) { in sunsab_convert_to_sab()
Ducc_uart.c909 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in qe_uart_set_termios()
918 if (termios->c_iflag & IGNBRK) { in qe_uart_set_termios()
Dzs.c923 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in zs_set_termios()
929 if (termios->c_iflag & IGNBRK) { in zs_set_termios()
Dsprd_serial.c829 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in sprd_set_termios()
836 if (termios->c_iflag & IGNBRK) { in sprd_set_termios()
/linux-6.1.9/arch/um/drivers/
Dslip_user.c39 tios.c_iflag = IGNBRK | IGNPAR; in set_up_tty()
/linux-6.1.9/drivers/tty/serdev/
Dserdev-ttyport.c130 ktermios.c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP | in ttyport_open()
/linux-6.1.9/drivers/s390/char/
Dsclp_tty.c548 driver->init_termios.c_iflag = IGNBRK | IGNPAR; in sclp_tty_init()
/linux-6.1.9/include/linux/
Dtty.h58 #define I_IGNBRK(tty) _I_FLAG((tty), IGNBRK)

123