| /OK3568_Linux_fs/u-boot/common/ |
| H A D | rbsb.c | 313 tty.c_iflag = IGNBRK; in io_mode() 387 tty.c_iflag = n==3 ? (IGNBRK|IXOFF) : IGNBRK; in io_mode()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | termios-c_iflag.h | 24 #define IGNBRK 0000001 /* Ignore break condition. */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | termios-c_iflag.h | 24 #define IGNBRK 0000001 /* Ignore break condition. */ macro
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A 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()
|
| H A 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()
|
| H A D | pnx8xxx_uart.c | 480 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in pnx8xxx_set_termios() 492 if (termios->c_iflag & IGNBRK) { in pnx8xxx_set_termios()
|
| H A D | efm32-uart.c | 403 if (new->c_iflag & (IGNBRK | BRKINT | PARMRK)) in efm32_uart_set_termios() 410 if (new->c_iflag & IGNBRK) in efm32_uart_set_termios()
|
| H A D | bcm63xx_uart.c | 568 if (new->c_iflag & (IGNBRK | BRKINT)) in bcm_uart_set_termios() 574 if (new->c_iflag & IGNBRK) in bcm_uart_set_termios()
|
| H A D | st-asc.c | 605 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in asc_set_termios() 614 if (termios->c_iflag & IGNBRK) { in asc_set_termios()
|
| H A D | amba-pl010.c | 426 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in pl010_set_termios() 435 if (termios->c_iflag & IGNBRK) { in pl010_set_termios()
|
| /OK3568_Linux_fs/kernel/drivers/usb/serial/ |
| H A D | empeg.c | 92 &= ~(IGNBRK /* disable ignore break */ in empeg_init_termios()
|
| /OK3568_Linux_fs/buildroot/package/uemacs/ |
| H A D | 01-clear-ixon-termios-flag.patch | 19 ntermios.c_iflag &= ~(IGNBRK | BRKINT | IGNPAR | PARMRK
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/ |
| H A D | termbits.h | 64 #define IGNBRK 0000001 macro
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | termbits.h | 63 #define IGNBRK 0000001 macro
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/ |
| H A D | termbits.h | 67 #define IGNBRK 0000001 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/ |
| H A D | termbits.h | 63 #define IGNBRK 0000001 macro
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/ |
| H A D | termbits.h | 72 #define IGNBRK 0000001 macro
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/ |
| H A D | termbits.h | 78 #define IGNBRK 0000001 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/ |
| H A D | termbits.h | 63 #define IGNBRK 0000001 macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | termbits.h | 83 #define IGNBRK 0000001 /* Ignore break condition. */ macro
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/ |
| H A D | termbits.h | 75 #define IGNBRK 0000001 macro
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/ |
| H A D | termbits.h | 93 #define IGNBRK 0x00000001 macro
|
| /OK3568_Linux_fs/kernel/arch/um/drivers/ |
| H A D | slip_user.c | 39 tios.c_iflag = IGNBRK | IGNPAR; in set_up_tty()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/ |
| H A D | lnx_init.c | 276 nTty.c_iflag = (IGNPAR | IGNBRK) & (~PARMRK) & (~ISTRIP); in xf86OpenConsole()
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/ |
| H A D | bt_test.c | 843 termios.c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP in init_uart_brcm() 873 termios.c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP in init_uart_rtk()
|