Searched refs:IGNPAR (Results 1 – 11 of 11) sorted by relevance
10 #define IGNPAR 0000004 macro
64 #define IGNPAR 0000004 macro
84 #define IGNPAR 0000004 /* Ignore characters with parity errors. */ macro
56 tty.c_iflag = IGNPAR | IGNBRK; in WSCONS_InitKeyboard()
204 …gComPortContext.nIoConfig.c_iflag = IGNPAR; /* Input mo… in phDal4Nfc_uart_open_and_configure()
168 #ifdef IGNPAR169 {"ignpar", IGNPAR, MD_INP},
556 mouse_termios.c_iflag = IGNBRK | IGNPAR; in GS_OpenMouse()
920 tios.c_iflag = IGNBRK | IGNPAR; in set_up_tty()2606 tios.c_iflag = IGNPAR;
1231 tios.c_iflag = IGNBRK | IGNPAR;
680 mouse_termios.c_iflag = IGNBRK | IGNPAR; in FB_OpenMouse()
1079 termios.c_cflag |= IGNPAR; in USERIAL_Open()