Searched refs:c_cflag (Results 101 - 125 of 149) sorted by relevance

123456

/linux-master/drivers/tty/serial/
H A Drp2.c388 port->ignore_status_mask = (new->c_cflag & CREAD) ? 0 : RP2_DUMMY_READ;
390 __rp2_uart_set_termios(up, new->c_cflag, new->c_iflag, baud_div);
391 uart_update_timeout(port, new->c_cflag, baud);
H A Dmeson_uart.c344 cflags = termios->c_cflag;
385 termios->c_cflag &= ~CRTSCTS;
405 uart_update_timeout(port, termios->c_cflag, baud);
H A Dip22zilog.c885 ip22zilog_convert_to_zs(up, termios->c_cflag, termios->c_iflag, brg);
887 if (UART_ENABLE_MS(&up->port, termios->c_cflag))
893 uart_update_timeout(port, termios->c_cflag, baud);
H A Dsh-sci.c2439 if ((termios->c_cflag & CSIZE) == CS7) {
2442 termios->c_cflag &= ~CSIZE;
2443 termios->c_cflag |= CS8;
2445 if (termios->c_cflag & PARENB)
2447 if (termios->c_cflag & PARODD)
2449 if (termios->c_cflag & CSTOPB)
2555 uart_update_timeout(port, termios->c_cflag, baud);
2558 bits = tty_get_frame_size(termios->c_cflag);
2614 sci_init_pins(port, termios->c_cflag);
2623 (termios->c_cflag
[all...]
H A Dmxs-auart.c949 cflag = termios->c_cflag;
1043 uart_update_timeout(u, termios->c_cflag, baud);
1059 if (UART_ENABLE_MS(u, termios->c_cflag))
H A Dliteuart.c236 uart_update_timeout(port, new->c_cflag, baud);
H A Dsunzilog.c951 sunzilog_convert_to_zs(up, termios->c_cflag, termios->c_iflag, brg);
953 if (UART_ENABLE_MS(&up->port, termios->c_cflag))
958 up->cflag = termios->c_cflag;
962 uart_update_timeout(port, termios->c_cflag, baud);
H A Dtimbuart.c297 uart_update_timeout(port, termios->c_cflag, baud);
H A Dpmac_zilog.c1208 pmz_convert_to_zs(uap, termios->c_cflag, termios->c_iflag, baud);
1213 pmz_convert_to_zs(uap, termios->c_cflag, termios->c_iflag, baud);
1215 if (UART_ENABLE_MS(&uap->port, termios->c_cflag)) {
1226 uart_update_timeout(port, termios->c_cflag, baud);
H A Dsunhv.c339 cflag = termios->c_cflag;
/linux-master/drivers/usb/serial/
H A Dftdi_sio.c2621 if (priv->force_baud && ((termios->c_cflag & CBAUD) != B0)) {
2630 termios->c_cflag |= CRTSCTS;
2650 termios->c_cflag &= ~CSIZE;
2652 termios->c_cflag |= old_termios->c_cflag & CSIZE;
2654 termios->c_cflag |= CS8;
2657 cflag = termios->c_cflag;
2662 if (old_termios->c_cflag == termios->c_cflag
2671 if ((old_termios->c_cflag
[all...]
H A Dssu100.c223 unsigned int cflag = termios->c_cflag;
H A Dcp210x.c1153 tty->termios.c_cflag &= ~CRTSCTS;
1159 C_CRTSCTS(tty) == (old_termios->c_cflag & CRTSCTS) &&
1272 tty->termios.c_cflag &= ~(CSIZE | CSTOPB | CMSPAR);
1273 tty->termios.c_cflag |= CS8;
H A Dcypress_m8.c875 tty->termios.c_cflag &= ~(CMSPAR|CRTSCTS);
877 cflag = tty->termios.c_cflag;
H A Dpl2303.c816 buf[6] = tty_get_char_size(tty->termios.c_cflag);
893 else if (old_termios && (old_termios->c_cflag & CBAUD) == B0)
H A Df81232.c625 else if (old_termios && (old_termios->c_cflag & CBAUD) == B0)
651 new_lcr |= UART_LCR_WLEN(tty_get_char_size(tty->termios.c_cflag));
H A Dmxuport.c805 C_CRTSCTS(tty) != (old_termios->c_cflag & CRTSCTS)) {
813 if (old_termios && (old_termios->c_cflag & CBAUD) == B0) {
H A Dwhiteheat.c621 unsigned int cflag = tty->termios.c_cflag;
H A Dch341.c544 else if (old_termios && (old_termios->c_cflag & CBAUD) == B0)
H A Dark3116.c197 unsigned int cflag = termios->c_cflag;
/linux-master/drivers/net/usb/
H A Dhso.c1069 termios->c_cflag &=
1075 termios->c_cflag |= CS8; /* character size 8 bits */
1097 tty->termios.c_cflag &=
1103 tty->termios.c_cflag |= CS8; /* character size 8 bits */
1384 (unsigned int)tty->termios.c_cflag,
1385 (unsigned int)old->c_cflag);
/linux-master/drivers/tty/ipwireless/
H A Dtty.c579 ipw_tty_driver->init_termios.c_cflag =
/linux-master/drivers/tty/
H A Dmxser.c581 cflag = tty->termios.c_cflag;
592 cval = UART_LCR_WLEN(tty_get_char_size(tty->termios.c_cflag));
1363 if ((old_termios->c_cflag & CRTSCTS) && !C_CRTSCTS(tty)) {
1907 mxvar_sdriver->init_termios.c_cflag = B9600|CS8|CREAD|HUPCL|CLOCAL;
/linux-master/include/linux/
H A Dtty.h54 #define _C_FLAG(tty, f) ((tty)->termios.c_cflag & (f))
/linux-master/drivers/usb/host/
H A Dxhci-dbgtty.c555 dbc_tty_driver->init_termios.c_cflag =

Completed in 417 milliseconds

123456