Searched refs:INPCK (Results 1 – 25 of 60) sorted by relevance
123
82 #define INPCK 0000020 macro
68 #define INPCK 0000020 macro
71 #define INPCK 0000020 macro
76 #define INPCK 0000020 macro
67 #define INPCK 0000020 macro
87 #define INPCK 0000020 /* Enable input parity check. */ macro
79 #define INPCK 0000020 macro
97 #define INPCK 0x00000010 macro
490 if (termios->c_iflag & INPCK) in mvebu_uart_set_termios()524 termios->c_iflag &= INPCK | IGNPAR; in mvebu_uart_set_termios()525 termios->c_iflag |= old->c_iflag & ~(INPCK | IGNPAR); in mvebu_uart_set_termios()
307 if (termios->c_iflag & INPCK) in serial21285_set_termios()
263 if (termios->c_iflag & INPCK) in apbuart_set_termios()
298 if (termios->c_iflag & INPCK) in uart_clps711x_set_termios()
326 if (termios->c_iflag & INPCK) in digicolor_uart_set_termios()
345 if (termios->c_iflag & INPCK) in mlb_usio_set_termios()
393 if (termios->c_iflag & INPCK) in owl_uart_set_termios()
562 if (new->c_iflag & INPCK) { in bcm_uart_set_termios()
671 if (termios->c_iflag & (INPCK | PARMRK)) in sifive_serial_set_termios()
618 if (termios->c_iflag & INPCK) in dz_set_termios()
369 if (iflags & INPCK) in meson_uart_set_termios()
599 if (termios->c_iflag & INPCK) in asc_set_termios()
333 if (termios->c_iflag & INPCK) in ulite_set_termios()
422 if (termios->c_iflag & INPCK) in pl010_set_termios()
494 if (termios->c_iflag & INPCK) in linflex_set_termios()
62 #define I_INPCK(tty) _I_FLAG((tty), INPCK)
276 INPCK293 Parity error INPCK IGNPAR
Completed in 57 milliseconds