Home
last modified time | relevance | path

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

123

/linux/include/uapi/asm-generic/
A Dtermbits-common.h9 #define IGNBRK 0x001 /* Ignore break condition */ macro
/linux/drivers/usb/serial/
A Dempeg.c91 &= ~(IGNBRK /* disable ignore break */ in empeg_init_termios()
A Dkobil_sct.c158 tty->termios.c_iflag = IGNBRK | IGNPAR | IXOFF; in kobil_init_termios()
/linux/drivers/tty/serial/
A Ddz.c621 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in dz_set_termios()
626 if ((termios->c_iflag & (IGNPAR | IGNBRK)) == (IGNPAR | IGNBRK)) in dz_set_termios()
630 if (termios->c_iflag & IGNBRK) in dz_set_termios()
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()
A Dbcm63xx_uart.c538 if (new->c_iflag & (IGNBRK | BRKINT)) in bcm_uart_set_termios()
544 if (new->c_iflag & IGNBRK) in bcm_uart_set_termios()
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()
A Dst-asc.c555 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in asc_set_termios()
564 if (termios->c_iflag & IGNBRK) { in asc_set_termios()
A Dfsl_linflexuart.c488 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in linflex_set_termios()
495 if (termios->c_iflag & IGNBRK) { in linflex_set_termios()
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()
A Dsb1250-duart.c591 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in sbd_set_termios()
598 if (termios->c_iflag & IGNBRK) { in sbd_set_termios()
A Dserial_txx9.c640 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in serial_txx9_set_termios()
649 if (termios->c_iflag & IGNBRK) { in serial_txx9_set_termios()
A Dsunhv.c342 if (iflag & IGNBRK) in sunhv_set_termios()
A Dip22zilog.c853 if (iflag & (IGNBRK | BRKINT | PARMRK)) in ip22zilog_convert_to_zs()
859 if (iflag & IGNBRK) { in ip22zilog_convert_to_zs()
A Dsccnxp.c697 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in sccnxp_set_termios()
702 if (termios->c_iflag & IGNBRK) in sccnxp_set_termios()
A Dclps711x.c261 termios->c_iflag &= ~(BRKINT | IGNBRK); in uart_clps711x_set_termios()
A Ddigicolor-usart.c296 termios->c_iflag &= ~(BRKINT | IGNBRK); in digicolor_uart_set_termios()
A Dsunsab.c735 if (iflag & (IGNBRK | BRKINT | PARMRK)) in sunsab_convert_to_sab()
745 if (iflag & IGNBRK) { in sunsab_convert_to_sab()
A Ducc_uart.c901 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in qe_uart_set_termios()
910 if (termios->c_iflag & IGNBRK) { in qe_uart_set_termios()
A Dsprd_serial.c804 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in sprd_set_termios()
811 if (termios->c_iflag & IGNBRK) { in sprd_set_termios()
A Dzs.c924 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in zs_set_termios()
930 if (termios->c_iflag & IGNBRK) { in zs_set_termios()
/linux/arch/um/drivers/
A Dslip_user.c39 tios.c_iflag = IGNBRK | IGNPAR; in set_up_tty()
/linux/drivers/tty/serdev/
A Dserdev-ttyport.c128 ktermios.c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP | in ttyport_open()
/linux/drivers/s390/char/
A Dsclp_tty.c548 driver->init_termios.c_iflag = IGNBRK | IGNPAR; in sclp_tty_init()
/linux/include/linux/
A Dtty.h57 #define I_IGNBRK(tty) _I_FLAG((tty), IGNBRK)

Completed in 68 milliseconds

123