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

123456

/linux-master/drivers/tty/serial/
H A Dsh-sci.c2433 if ((termios->c_cflag & CSIZE) == CS7) {
2436 termios->c_cflag &= ~CSIZE;
2437 termios->c_cflag |= CS8;
2439 if (termios->c_cflag & PARENB)
2441 if (termios->c_cflag & PARODD)
2443 if (termios->c_cflag & CSTOPB)
2549 uart_update_timeout(port, termios->c_cflag, baud);
2552 bits = tty_get_frame_size(termios->c_cflag);
2608 sci_init_pins(port, termios->c_cflag);
2617 (termios->c_cflag
[all...]
H A Dmeson_uart.c346 cflags = termios->c_cflag;
387 termios->c_cflag &= ~CRTSCTS;
407 uart_update_timeout(port, termios->c_cflag, baud);
H A Dmxs-auart.c960 cflag = termios->c_cflag;
1054 uart_update_timeout(u, termios->c_cflag, baud);
1070 if (UART_ENABLE_MS(u, termios->c_cflag))
H A Dsunhv.c334 cflag = termios->c_cflag;
H A Dsunzilog.c952 sunzilog_convert_to_zs(up, termios->c_cflag, termios->c_iflag, brg);
954 if (UART_ENABLE_MS(&up->port, termios->c_cflag))
959 up->cflag = termios->c_cflag;
963 uart_update_timeout(port, termios->c_cflag, baud);
H A Dtimbuart.c300 uart_update_timeout(port, termios->c_cflag, baud);
H A Dliteuart.c236 uart_update_timeout(port, new->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 Daltera_uart.c191 uart_update_timeout(port, termios->c_cflag, baud);
H A Dstm32-usart.c1175 tcflag_t cflag = termios->c_cflag;
1248 termios->c_cflag = cflag;
1353 if ((termios->c_cflag & CREAD) == 0)
1402 if (UART_ENABLE_MS(port, 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 692 milliseconds

123456