Lines Matching refs:c_cflag
72 ter->c_cflag |= CREAD | CLOCAL; in native_tty_termios_defaults_set()
104 ter->c_cflag &= ~PARENB; in native_tty_baud_parity_set()
107 ter->c_cflag |= PARENB; in native_tty_baud_parity_set()
108 ter->c_cflag |= PARODD; in native_tty_baud_parity_set()
111 ter->c_cflag |= PARENB; in native_tty_baud_parity_set()
112 ter->c_cflag &= ~PARODD; in native_tty_baud_parity_set()
132 ter->c_cflag &= ~CSTOPB; in native_tty_stop_bits_set()
135 ter->c_cflag |= CSTOPB; in native_tty_stop_bits_set()
174 ter->c_cflag &= ~CSIZE; in native_tty_data_bits_set()
175 ter->c_cflag |= data_bits_to_set; in native_tty_data_bits_set()
238 if (ter.c_cflag != read_ter.c_cflag || ter.c_iflag != read_ter.c_iflag || in native_tty_configure_bottom()