Home
last modified time | relevance | path

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

123

/openbmc/linux/include/uapi/asm-generic/
H A Dtermbits-common.h9 #define IGNBRK 0x001 /* Ignore break condition */ macro
/openbmc/linux/drivers/usb/serial/
H A Dempeg.c92 &= ~(IGNBRK /* disable ignore break */ in empeg_init_termios()
/openbmc/linux/drivers/tty/serial/
H A Ddz.c622 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in dz_set_termios()
627 if ((termios->c_iflag & (IGNPAR | IGNBRK)) == (IGNPAR | IGNBRK)) in dz_set_termios()
631 if (termios->c_iflag & IGNBRK) in dz_set_termios()
H A D21285.c239 termios->c_iflag &= ~(IGNBRK | BRKINT); in serial21285_set_termios()
295 if (termios->c_iflag & IGNBRK && termios->c_iflag & IGNPAR) in serial21285_set_termios()
H A Damba-pl010.c398 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in pl010_set_termios()
407 if (termios->c_iflag & IGNBRK) { in pl010_set_termios()
H A Dst-asc.c566 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in asc_set_termios()
575 if (termios->c_iflag & IGNBRK) { in asc_set_termios()
H A Dbcm63xx_uart.c539 if (new->c_iflag & (IGNBRK | BRKINT)) in bcm_uart_set_termios()
545 if (new->c_iflag & IGNBRK) in bcm_uart_set_termios()
H A Dfsl_linflexuart.c487 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in linflex_set_termios()
494 if (termios->c_iflag & IGNBRK) { in linflex_set_termios()
H A Dpxa.c453 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in serial_pxa_set_termios()
462 if (termios->c_iflag & IGNBRK) { in serial_pxa_set_termios()
H A Dsb1250-duart.c590 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in sbd_set_termios()
597 if (termios->c_iflag & IGNBRK) { in sbd_set_termios()
H A Dserial_txx9.c639 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in serial_txx9_set_termios()
648 if (termios->c_iflag & IGNBRK) { in serial_txx9_set_termios()
H A Dsunhv.c337 if (iflag & IGNBRK) in sunhv_set_termios()
H A Dip22zilog.c855 if (iflag & (IGNBRK | BRKINT | PARMRK)) in ip22zilog_convert_to_zs()
861 if (iflag & IGNBRK) { in ip22zilog_convert_to_zs()
H A Dsccnxp.c693 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in sccnxp_set_termios()
698 if (termios->c_iflag & IGNBRK) in sccnxp_set_termios()
H A Ducc_uart.c907 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in qe_uart_set_termios()
916 if (termios->c_iflag & IGNBRK) { in qe_uart_set_termios()
H A Dsunsab.c733 if (iflag & (IGNBRK | BRKINT | PARMRK)) in sunsab_convert_to_sab()
743 if (iflag & IGNBRK) { in sunsab_convert_to_sab()
H A Ddigicolor-usart.c296 termios->c_iflag &= ~(BRKINT | IGNBRK); in digicolor_uart_set_termios()
/openbmc/qemu/chardev/
H A Dchar-stdio.c66 tty.c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP in qemu_chr_set_echo_stdio()
H A Dchar-serial.c141 tty.c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP in tty_serial_init()
H A Dchar-pty.c292 ~(IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR | ICRNL | IXON); in cfmakeraw()
/openbmc/linux/arch/um/drivers/
H A Dslip_user.c39 tios.c_iflag = IGNBRK | IGNPAR; in set_up_tty()
/openbmc/qemu/qga/
H A Dchannel-posix.c190 tio.c_iflag &= ~(IGNBRK | BRKINT | IGNPAR | PARMRK | INPCK | ISTRIP | in ga_channel_open()
/openbmc/linux/drivers/tty/serdev/
H A Dserdev-ttyport.c130 ktermios.c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP | in ttyport_open()
/openbmc/linux/drivers/s390/char/
H A Dsclp_tty.c548 driver->init_termios.c_iflag = IGNBRK | IGNPAR; in sclp_tty_init()
/openbmc/linux/include/linux/
H A Dtty.h58 #define I_IGNBRK(tty) _I_FLAG((tty), IGNBRK)

123