Searched refs:CSTOPB (Results 26 - 50 of 101) sorted by relevance

12345

/linux-master/drivers/tty/serial/
H A Ddz.c585 if (termios->c_cflag & CSTOPB)
H A Dclps711x.c284 if (termios->c_cflag & CSTOPB)
H A Ddigicolor-usart.c315 if (termios->c_cflag & CSTOPB)
H A Desp32_uart.c438 if (termios->c_cflag & CSTOPB)
H A Dmilbeaut_usio.c321 if (termios->c_cflag & CSTOPB)
H A Dsunplus-uart.c365 if (termios->c_cflag & CSTOPB)
H A Dsifive.c649 nstop = (termios->c_cflag & CSTOPB) ? 2 : 1;
H A Dowl-uart.c337 if (termios->c_cflag & CSTOPB)
H A Dbcm63xx_uart.c502 if (new->c_cflag & CSTOPB)
H A Dlpc32xx_hs.c479 termios->c_cflag &= ~(CSIZE | CSTOPB | PARENB | PARODD);
H A Dmcf.c245 if (termios->c_cflag & CSTOPB)
H A Dmax3100.c493 if (cflag & CSTOPB)
H A Dip22zilog.c839 if (cflag & CSTOPB)
H A Dsb1250-duart.c565 if (termios->c_cflag & CSTOPB)
H A Dma35d1_serial.c424 if (termios->c_cflag & CSTOPB)
H A Duartlite.c327 termios->c_cflag &= ~(CSTOPB | PARENB | PARODD | CSIZE);
H A Dlantiq.c418 if (cflag & CSTOPB)
/linux-master/drivers/usb/serial/
H A Dkeyspan.c2085 msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1;
2355 msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1;
2531 msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1;
2657 msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1;
H A Diuu_phoenix.c915 parity |= (cflag & CSTOPB ? IUU_TWO_STOP_BITS : IUU_ONE_STOP_BIT);
950 tty->termios.c_cflag = B9600 | CS8 | CSTOPB | CREAD | PARENB | CLOCAL;
H A Dcypress_m8.c883 stop_bits = cflag & CSTOPB ? 1 : 0;
/linux-master/drivers/staging/greybus/
H A Duart.c490 newline.format = termios->c_cflag & CSTOPB ?
/linux-master/drivers/tty/
H A Dtty_ioctl.c292 * Get the size (in bits) of a frame depending on @cflag's %CSIZE, %CSTOPB, and
302 if (cflag & CSTOPB)
/linux-master/drivers/ipack/devices/
H A Dipoctal.c540 if (cflag & CSTOPB)
/linux-master/drivers/mmc/core/
H A Dsdio_uart.c254 if (termios->c_cflag & CSTOPB)
/linux-master/drivers/tty/serial/jsm/
H A Djsm_neo.c1003 if (ch->ch_c_cflag & CSTOPB)

Completed in 209 milliseconds

12345