/Linux-v4.19/drivers/ipack/devices/ |
D | ipoctal.h | 21 #define RELEVANT_IFLAG(iflag) ((iflag) & (IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK))
|
/Linux-v4.19/drivers/usb/serial/ |
D | empeg.c | 92 &= ~(IGNBRK /* disable ignore break */ in empeg_init_termios()
|
/Linux-v4.19/drivers/tty/serial/ |
D | dz.c | 624 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()
|
D | 21285.c | 225 termios->c_iflag &= ~(IGNBRK | BRKINT); in serial21285_set_termios() 281 if (termios->c_iflag & IGNBRK && termios->c_iflag & IGNPAR) in serial21285_set_termios()
|
D | serial_ks8695.c | 435 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in ks8695uart_set_termios() 444 if (termios->c_iflag & IGNBRK) { in ks8695uart_set_termios()
|
D | netx-serial.c | 399 if (termios->c_iflag & IGNBRK) { in netx_set_termios() 410 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in netx_set_termios()
|
D | sprd_serial.c | 420 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in sprd_set_termios() 427 if (termios->c_iflag & IGNBRK) { in sprd_set_termios()
|
D | efm32-uart.c | 407 if (new->c_iflag & (IGNBRK | BRKINT | PARMRK)) in efm32_uart_set_termios() 414 if (new->c_iflag & IGNBRK) in efm32_uart_set_termios()
|
D | bcm63xx_uart.c | 572 if (new->c_iflag & (IGNBRK | BRKINT)) in bcm_uart_set_termios() 578 if (new->c_iflag & IGNBRK) in bcm_uart_set_termios()
|
D | pnx8xxx_uart.c | 486 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in pnx8xxx_set_termios() 498 if (termios->c_iflag & IGNBRK) { in pnx8xxx_set_termios()
|
D | amba-pl010.c | 430 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in pl010_set_termios() 439 if (termios->c_iflag & IGNBRK) { in pl010_set_termios()
|
D | st-asc.c | 607 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in asc_set_termios() 616 if (termios->c_iflag & IGNBRK) { in asc_set_termios()
|
D | pxa.c | 493 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in serial_pxa_set_termios() 502 if (termios->c_iflag & IGNBRK) { in serial_pxa_set_termios()
|
/Linux-v4.19/arch/parisc/include/uapi/asm/ |
D | termbits.h | 64 #define IGNBRK 0000001 macro
|
/Linux-v4.19/arch/powerpc/include/uapi/asm/ |
D | termbits.h | 67 #define IGNBRK 0000001 macro
|
/Linux-v4.19/arch/ia64/include/uapi/asm/ |
D | termbits.h | 72 #define IGNBRK 0000001 macro
|
/Linux-v4.19/arch/alpha/include/uapi/asm/ |
D | termbits.h | 62 #define IGNBRK 0000001 macro
|
/Linux-v4.19/arch/xtensa/include/uapi/asm/ |
D | termbits.h | 78 #define IGNBRK 0000001 macro
|
/Linux-v4.19/include/uapi/asm-generic/ |
D | termbits.h | 63 #define IGNBRK 0000001 macro
|
/Linux-v4.19/arch/mips/include/uapi/asm/ |
D | termbits.h | 83 #define IGNBRK 0000001 /* Ignore break condition. */ macro
|
/Linux-v4.19/arch/sparc/include/uapi/asm/ |
D | termbits.h | 93 #define IGNBRK 0x00000001 macro
|
/Linux-v4.19/arch/um/drivers/ |
D | slip_user.c | 39 tios.c_iflag = IGNBRK | IGNPAR; in set_up_tty()
|
/Linux-v4.19/include/linux/usb/ |
D | serial.h | 27 #define RELEVANT_IFLAG(iflag) (iflag & (IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK))
|
/Linux-v4.19/drivers/tty/serdev/ |
D | serdev-ttyport.c | 130 ktermios.c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP | in ttyport_open()
|
/Linux-v4.19/drivers/s390/char/ |
D | sclp_tty.c | 560 driver->init_termios.c_iflag = IGNBRK | IGNPAR; in sclp_tty_init()
|