| /Linux-v5.15/drivers/usb/serial/ |
| D | empeg.c | 92 &= ~(IGNBRK /* disable ignore break */ in empeg_init_termios()
|
| /Linux-v5.15/drivers/tty/serial/ |
| D | dz.c | 620 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in dz_set_termios() 625 if ((termios->c_iflag & (IGNPAR | IGNBRK)) == (IGNPAR | IGNBRK)) in dz_set_termios() 629 if (termios->c_iflag & IGNBRK) in dz_set_termios()
|
| D | 21285.c | 260 termios->c_iflag &= ~(IGNBRK | BRKINT); in serial21285_set_termios() 316 if (termios->c_iflag & IGNBRK && termios->c_iflag & IGNPAR) in serial21285_set_termios()
|
| D | bcm63xx_uart.c | 566 if (new->c_iflag & (IGNBRK | BRKINT)) in bcm_uart_set_termios() 572 if (new->c_iflag & IGNBRK) in bcm_uart_set_termios()
|
| D | amba-pl010.c | 424 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in pl010_set_termios() 433 if (termios->c_iflag & IGNBRK) { in pl010_set_termios()
|
| D | fsl_linflexuart.c | 500 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in linflex_set_termios() 507 if (termios->c_iflag & IGNBRK) { in linflex_set_termios()
|
| D | st-asc.c | 601 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in asc_set_termios() 610 if (termios->c_iflag & IGNBRK) { in asc_set_termios()
|
| D | pxa.c | 489 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in serial_pxa_set_termios() 498 if (termios->c_iflag & IGNBRK) { in serial_pxa_set_termios()
|
| D | sb1250-duart.c | 590 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in sbd_set_termios() 597 if (termios->c_iflag & IGNBRK) { in sbd_set_termios()
|
| D | vr41xx_siu.c | 545 if (c_iflag & (IGNBRK | BRKINT | PARMRK)) in siu_set_termios() 551 if (c_iflag & IGNBRK) { in siu_set_termios()
|
| D | sunhv.c | 339 if (iflag & IGNBRK) in sunhv_set_termios()
|
| D | sccnxp.c | 694 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in sccnxp_set_termios() 699 if (termios->c_iflag & IGNBRK) in sccnxp_set_termios()
|
| D | serial_txx9.c | 686 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in serial_txx9_set_termios() 695 if (termios->c_iflag & IGNBRK) { in serial_txx9_set_termios()
|
| /Linux-v5.15/arch/xtensa/include/uapi/asm/ |
| D | termbits.h | 78 #define IGNBRK 0000001 macro
|
| /Linux-v5.15/include/uapi/asm-generic/ |
| D | termbits.h | 63 #define IGNBRK 0000001 macro
|
| /Linux-v5.15/arch/parisc/include/uapi/asm/ |
| D | termbits.h | 64 #define IGNBRK 0000001 macro
|
| /Linux-v5.15/arch/powerpc/include/uapi/asm/ |
| D | termbits.h | 67 #define IGNBRK 0000001 macro
|
| /Linux-v5.15/arch/ia64/include/uapi/asm/ |
| D | termbits.h | 72 #define IGNBRK 0000001 macro
|
| /Linux-v5.15/arch/mips/include/uapi/asm/ |
| D | termbits.h | 83 #define IGNBRK 0000001 /* Ignore break condition. */ macro
|
| /Linux-v5.15/arch/alpha/include/uapi/asm/ |
| D | termbits.h | 75 #define IGNBRK 0000001 macro
|
| /Linux-v5.15/arch/sparc/include/uapi/asm/ |
| D | termbits.h | 93 #define IGNBRK 0x00000001 macro
|
| /Linux-v5.15/arch/um/drivers/ |
| D | slip_user.c | 39 tios.c_iflag = IGNBRK | IGNPAR; in set_up_tty()
|
| /Linux-v5.15/drivers/tty/serdev/ |
| D | serdev-ttyport.c | 130 ktermios.c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP | in ttyport_open()
|
| /Linux-v5.15/drivers/s390/char/ |
| D | sclp_tty.c | 548 driver->init_termios.c_iflag = IGNBRK | IGNPAR; in sclp_tty_init()
|
| /Linux-v5.15/include/linux/ |
| D | tty.h | 58 #define I_IGNBRK(tty) _I_FLAG((tty), IGNBRK)
|