| /OK3568_Linux_fs/buildroot/package/uemacs/ |
| H A D | 01-clear-ixon-termios-flag.patch | 20 - | INPCK | INLCR | IGNCR | ICRNL); 21 + | INPCK | INLCR | IGNCR | ICRNL | IXON);
|
| /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 | 28 #define INPCK 0000020 /* Enable input parity check. */ 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 | 28 #define INPCK 0000020 /* Enable input parity check. */ macro
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/gprs/ |
| H A D | gprs.cpp | 225 serialAttr.c_iflag |= INPCK; in openSerialPort() 231 serialAttr.c_iflag |= INPCK; in openSerialPort()
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/ |
| H A D | termbits.h | 68 #define INPCK 0000020 macro
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | termbits.h | 67 #define INPCK 0000020 macro
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/ |
| H A D | termbits.h | 71 #define INPCK 0000020 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 | 67 #define INPCK 0000020 macro
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/ |
| H A D | termbits.h | 76 #define INPCK 0000020 macro
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/ |
| H A D | termbits.h | 82 #define INPCK 0000020 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 | 67 #define INPCK 0000020 macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | termbits.h | 87 #define INPCK 0000020 /* Enable input parity check. */ macro
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/ |
| H A D | termbits.h | 79 #define INPCK 0000020 macro
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/ |
| H A D | termbits.h | 97 #define INPCK 0x00000010 macro
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | mvebu-uart.c | 502 if (termios->c_iflag & INPCK) 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 | sifive.c | 675 if (termios->c_iflag & (INPCK | PARMRK)) in sifive_serial_set_termios() 679 termios->c_iflag &= ~(INPCK|PARMRK|BRKINT); in sifive_serial_set_termios()
|
| H A D | 21285.c | 307 if (termios->c_iflag & INPCK) in serial21285_set_termios()
|
| H A D | clps711x.c | 298 if (termios->c_iflag & INPCK) in uart_clps711x_set_termios()
|
| H A D | apbuart.c | 265 if (termios->c_iflag & INPCK) in apbuart_set_termios()
|
| H A D | digicolor-usart.c | 328 if (termios->c_iflag & INPCK) in digicolor_uart_set_termios()
|
| H A D | uartlite.c | 313 if (termios->c_iflag & INPCK) in ulite_set_termios()
|
| H A D | milbeaut_usio.c | 345 if (termios->c_iflag & INPCK) in mlb_usio_set_termios()
|
| H A D | pnx8xxx_uart.c | 476 if (termios->c_iflag & INPCK) in pnx8xxx_set_termios()
|
| H A D | owl-uart.c | 391 if (termios->c_iflag & INPCK) in owl_uart_set_termios()
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/serial/ |
| H A D | driver.rst | 276 INPCK 293 Parity error INPCK IGNPAR
|