Home
last modified time | relevance | path

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

12

/linux/include/uapi/asm-generic/
H A Dtermbits-common.h9 #define IGNBRK 0x001 /* Ignore break condition */ macro
/linux/drivers/tty/serial/
H A Ddz.c650 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in dz_set_termios()
655 if ((termios->c_iflag & (IGNPAR | IGNBRK)) == (IGNPAR | IGNBRK)) in dz_set_termios()
659 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 Dst-asc.c555 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in asc_set_termios()
564 if (termios->c_iflag & IGNBRK) { in asc_set_termios()
H 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()
H A Dsunhv.c342 if (iflag & IGNBRK) in sunhv_set_termios()
H A Dsccnxp.c696 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in sccnxp_set_termios()
701 if (termios->c_iflag & IGNBRK) in sccnxp_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 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()
H A Dsunsab.c735 if (iflag & (IGNBRK | BRKINT | PARMRK)) in sunsab_convert_to_sab()
745 if (iflag & IGNBRK) { in sunsab_convert_to_sab()
H A Dzs.c923 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in zs_set_termios()
929 if (termios->c_iflag & IGNBRK) { in zs_set_termios()
H A Dsunplus-uart.c393 if (termios->c_iflag & IGNBRK) { in sunplus_set_termios()
H A Dmilbeaut_usio.c351 if ((termios->c_iflag & IGNBRK) && (termios->c_iflag & IGNPAR)) in mlb_usio_set_termios()
H A Dfsl_lpuart.c2096 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in lpuart_set_termios()
2103 if (termios->c_iflag & IGNBRK) { in lpuart_set_termios()
2341 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in lpuart32_set_termios()
2348 if (termios->c_iflag & IGNBRK) { in lpuart32_set_termios()
H A Dpmac_zilog.c1038 if (iflag & (IGNBRK | BRKINT | PARMRK)) in pmz_convert_to_zs()
1044 if (iflag & IGNBRK) { in pmz_convert_to_zs()
H A Dsunzilog.c919 if (iflag & (IGNBRK | BRKINT | PARMRK)) in sunzilog_convert_to_zs()
925 if (iflag & IGNBRK) { in sunzilog_convert_to_zs()
H A Dmax310x.c978 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in max310x_set_termios()
983 if (termios->c_iflag & IGNBRK) in max310x_set_termios()
H A Dlantiq.c436 if (iflag & IGNBRK) { in lqasc_set_termios()
H A Dsa1100.c444 if (termios->c_iflag & IGNBRK) { in sa1100_set_termios()
H A Dsc16is7xx.c1037 if (termios->c_iflag & IGNBRK) in sc16is7xx_set_termios()
/linux/drivers/tty/
H A Dvcc.c99 .c_iflag = IGNBRK | IGNPAR,
/linux/drivers/tty/serial/8250/
H A D8250_omap.c404 if (termios->c_iflag & (IGNBRK | PARMRK)) in omap_8250_set_termios_atomic()
413 if (termios->c_iflag & IGNBRK) { in omap_8250_set_termios_atomic()
/linux/drivers/tty/hvc/
H A Dhvcs.c182 .c_iflag = IGNBRK | IGNPAR,
/linux/drivers/mmc/core/
H A Dsdio_uart.c297 if (termios->c_iflag & IGNBRK) { in sdio_uart_change_speed()

12