Home
last modified time | relevance | path

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

123

/Linux-v5.4/drivers/usb/serial/
Dempeg.c92 &= ~(IGNBRK /* disable ignore break */ in empeg_init_termios()
/Linux-v5.4/drivers/tty/serial/
Ddz.c624 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in dz_set_termios()
629 if ((termios->c_iflag & (IGNPAR | IGNBRK)) == (IGNPAR | IGNBRK)) in dz_set_termios()
633 if (termios->c_iflag & IGNBRK) in dz_set_termios()
D21285.c225 termios->c_iflag &= ~(IGNBRK | BRKINT); in serial21285_set_termios()
281 if (termios->c_iflag & IGNBRK && termios->c_iflag & IGNPAR) in serial21285_set_termios()
Defm32-uart.c407 if (new->c_iflag & (IGNBRK | BRKINT | PARMRK)) in efm32_uart_set_termios()
414 if (new->c_iflag & IGNBRK) in efm32_uart_set_termios()
Dpnx8xxx_uart.c486 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in pnx8xxx_set_termios()
498 if (termios->c_iflag & IGNBRK) { in pnx8xxx_set_termios()
Dbcm63xx_uart.c572 if (new->c_iflag & (IGNBRK | BRKINT)) in bcm_uart_set_termios()
578 if (new->c_iflag & IGNBRK) in bcm_uart_set_termios()
Dst-asc.c607 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in asc_set_termios()
616 if (termios->c_iflag & IGNBRK) { in asc_set_termios()
Dfsl_linflexuart.c508 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in linflex_set_termios()
515 if (termios->c_iflag & IGNBRK) { in linflex_set_termios()
Damba-pl010.c430 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in pl010_set_termios()
439 if (termios->c_iflag & IGNBRK) { in pl010_set_termios()
Dvr41xx_siu.c549 if (c_iflag & (IGNBRK | BRKINT | PARMRK)) in siu_set_termios()
555 if (c_iflag & IGNBRK) { in siu_set_termios()
Dsb1250-duart.c595 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in sbd_set_termios()
602 if (termios->c_iflag & IGNBRK) { in sbd_set_termios()
Dpxa.c493 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in serial_pxa_set_termios()
502 if (termios->c_iflag & IGNBRK) { in serial_pxa_set_termios()
Dsunhv.c343 if (iflag & IGNBRK) in sunhv_set_termios()
Dsccnxp.c698 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in sccnxp_set_termios()
703 if (termios->c_iflag & IGNBRK) in sccnxp_set_termios()
/Linux-v5.4/arch/xtensa/include/uapi/asm/
Dtermbits.h78 #define IGNBRK 0000001 macro
/Linux-v5.4/arch/parisc/include/uapi/asm/
Dtermbits.h64 #define IGNBRK 0000001 macro
/Linux-v5.4/include/uapi/asm-generic/
Dtermbits.h63 #define IGNBRK 0000001 macro
/Linux-v5.4/arch/powerpc/include/uapi/asm/
Dtermbits.h67 #define IGNBRK 0000001 macro
/Linux-v5.4/arch/ia64/include/uapi/asm/
Dtermbits.h72 #define IGNBRK 0000001 macro
/Linux-v5.4/arch/alpha/include/uapi/asm/
Dtermbits.h75 #define IGNBRK 0000001 macro
/Linux-v5.4/arch/mips/include/uapi/asm/
Dtermbits.h83 #define IGNBRK 0000001 /* Ignore break condition. */ macro
/Linux-v5.4/arch/sparc/include/uapi/asm/
Dtermbits.h93 #define IGNBRK 0x00000001 macro
/Linux-v5.4/arch/um/drivers/
Dslip_user.c39 tios.c_iflag = IGNBRK | IGNPAR; in set_up_tty()
/Linux-v5.4/drivers/tty/serdev/
Dserdev-ttyport.c130 ktermios.c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP | in ttyport_open()
/Linux-v5.4/drivers/s390/char/
Dsclp_tty.c560 driver->init_termios.c_iflag = IGNBRK | IGNPAR; in sclp_tty_init()

123