| /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 | 26 #define IGNPAR 0000004 /* Ignore characters with parity errors. */ 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 | 26 #define IGNPAR 0000004 /* Ignore characters with parity errors. */ macro
|
| /OK3568_Linux_fs/app/forlinx/forlinx_cmd/fltest_uarttest/ |
| H A D | uarttest.c | 73 newtio.c_iflag = IGNPAR; in main()
|
| /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/drivers/tty/serial/ |
| H A D | 21285.c | 314 if (termios->c_iflag & IGNPAR) in serial21285_set_termios() 316 if (termios->c_iflag & IGNBRK && termios->c_iflag & IGNPAR) in serial21285_set_termios()
|
| H A D | dz.c | 625 if ((termios->c_iflag & (IGNPAR | IGNBRK)) == (IGNPAR | IGNBRK)) in dz_set_termios() 627 if (termios->c_iflag & IGNPAR) in dz_set_termios()
|
| H A D | mvebu-uart.c | 506 if (termios->c_iflag & IGNPAR) in mvebu_uart_set_termios() 532 termios->c_iflag &= INPCK | IGNPAR; in mvebu_uart_set_termios() 533 termios->c_iflag |= old->c_iflag & ~(INPCK | IGNPAR); in mvebu_uart_set_termios()
|
| H A D | milbeaut_usio.c | 349 if (termios->c_iflag & IGNPAR) in mlb_usio_set_termios() 351 if ((termios->c_iflag & IGNBRK) && (termios->c_iflag & IGNPAR)) in mlb_usio_set_termios()
|
| H A D | pnx8xxx_uart.c | 488 if (termios->c_iflag & IGNPAR) in pnx8xxx_set_termios() 499 if (termios->c_iflag & IGNPAR) in pnx8xxx_set_termios()
|
| H A D | st-asc.c | 612 if (termios->c_iflag & IGNPAR) in asc_set_termios() 620 if (termios->c_iflag & IGNPAR) in asc_set_termios()
|
| H A D | amba-pl010.c | 433 if (termios->c_iflag & IGNPAR) in pl010_set_termios() 441 if (termios->c_iflag & IGNPAR) in pl010_set_termios()
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/ |
| H A D | termbits.h | 66 #define IGNPAR 0000004 macro
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | termbits.h | 65 #define IGNPAR 0000004 macro
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/ |
| H A D | termbits.h | 69 #define IGNPAR 0000004 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 | 65 #define IGNPAR 0000004 macro
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/ |
| H A D | termbits.h | 74 #define IGNPAR 0000004 macro
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/ |
| H A D | termbits.h | 80 #define IGNPAR 0000004 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 | 65 #define IGNPAR 0000004 macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | termbits.h | 85 #define IGNPAR 0000004 /* Ignore characters with parity errors. */ macro
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/ |
| H A D | termbits.h | 77 #define IGNPAR 0000004 macro
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/ |
| H A D | termbits.h | 95 #define IGNPAR 0x00000004 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/app/forlinx/flapp/src/plugins/imxx11/gprs/ |
| H A D | gprs.cpp | 221 serialAttr.c_iflag = IGNPAR; in openSerialPort()
|
| /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/kernel/Documentation/driver-api/serial/ |
| H A D | driver.rst | 283 IGNPAR 286 - ignore break errors, If IGNPAR is also 293 Parity error INPCK IGNPAR
|