Symbol: CSTOPB
drivers/accessibility/speakup/serialio.c
64
cval = cflag & (CSIZE | CSTOPB);
drivers/ipack/devices/ipoctal.c
540
if (cflag & CSTOPB)
drivers/mmc/core/sdio_uart.c
254
if (termios->c_cflag & CSTOPB)
drivers/staging/greybus/uart.c
490
newline.format = termios->c_cflag & CSTOPB ?
drivers/tty/amiserial.c
580
if (cflag & CSTOPB) {
drivers/tty/moxa.c
1813
if (termio->c_cflag & CSTOPB) {
drivers/tty/mxser.c
586
if (cflag & CSTOPB)
drivers/tty/serial/21285.c
264
if (termios->c_cflag & CSTOPB)
drivers/tty/serial/8250/8250_omap.c
372
if (termios->c_cflag & CSTOPB)
drivers/tty/serial/8250/8250_port.c
2499
if (c_cflag & CSTOPB)
drivers/tty/serial/8250/8250_port.c
2616
termios->c_cflag &= ~(CSTOPB | PARENB | PARODD | CMSPAR);
drivers/tty/serial/amba-pl010.c
378
if (termios->c_cflag & CSTOPB)
drivers/tty/serial/amba-pl011.c
2137
if (termios->c_cflag & CSTOPB)
drivers/tty/serial/amba-pl011.c
2239
termios->c_cflag &= ~(CSIZE | CSTOPB | PARENB | PARODD);
drivers/tty/serial/ar933x_uart.c
299
new->c_cflag &= ~CSTOPB;
drivers/tty/serial/atmel_serial.c
2142
if (termios->c_cflag & CSTOPB)
drivers/tty/serial/bcm63xx_uart.c
505
if (new->c_cflag & CSTOPB)
drivers/tty/serial/clps711x.c
284
if (termios->c_cflag & CSTOPB)
drivers/tty/serial/cpm_uart.c
523
if (termios->c_cflag & CSTOPB) {
drivers/tty/serial/digicolor-usart.c
315
if (termios->c_cflag & CSTOPB)
drivers/tty/serial/dz.c
584
if (termios->c_cflag & CSTOPB)
drivers/tty/serial/esp32_uart.c
438
if (termios->c_cflag & CSTOPB)
drivers/tty/serial/fsl_linflexuart.c
459
if (termios->c_cflag & CSTOPB)
drivers/tty/serial/fsl_linflexuart.c
460
termios->c_cflag &= ~CSTOPB;
drivers/tty/serial/fsl_lpuart.c
2043
termios->c_cflag &= ~CSTOPB;
drivers/tty/serial/fsl_lpuart.c
2279
if (termios->c_cflag & CSTOPB)
drivers/tty/serial/icom.c
1380
if (cflag & CSTOPB) {
drivers/tty/serial/imx.c
1808
if (termios->c_cflag & CSTOPB)
drivers/tty/serial/ip22zilog.c
833
if (cflag & CSTOPB)
drivers/tty/serial/jsm/jsm_cls.c
715
if (ch->ch_c_cflag & CSTOPB)
drivers/tty/serial/jsm/jsm_neo.c
991
if (ch->ch_c_cflag & CSTOPB)
drivers/tty/serial/lantiq.c
418
if (cflag & CSTOPB)
drivers/tty/serial/lpc32xx_hs.c
479
termios->c_cflag &= ~(CSIZE | CSTOPB | PARENB | PARODD);
drivers/tty/serial/ma35d1_serial.c
424
if (termios->c_cflag & CSTOPB)
drivers/tty/serial/max3100.c
480
if (cflag & CSTOPB)
drivers/tty/serial/max310x.c
937
if (termios->c_cflag & CSTOPB)
drivers/tty/serial/mcf.c
245
if (termios->c_cflag & CSTOPB)
drivers/tty/serial/men_z135_uart.c
670
if (termios->c_cflag & CSTOPB)
drivers/tty/serial/meson_uart.c
376
if (cflags & CSTOPB)
drivers/tty/serial/milbeaut_usio.c
322
if (termios->c_cflag & CSTOPB)
drivers/tty/serial/mpc52xx_uart.c
1204
if (new->c_cflag & CSTOPB)
drivers/tty/serial/mps2-uart.c
351
termios->c_cflag &= ~CSTOPB;
drivers/tty/serial/msm_serial.c
1321
if (termios->c_cflag & CSTOPB)
drivers/tty/serial/mxs-auart.c
997
if (cflag & CSTOPB)
drivers/tty/serial/omap-serial.c
786
if (termios->c_cflag & CSTOPB)
drivers/tty/serial/owl-uart.c
337
if (termios->c_cflag & CSTOPB)
drivers/tty/serial/pch_uart.c
1311
if (termios->c_cflag & CSTOPB)
drivers/tty/serial/pic32_uart.c
611
if (new->c_cflag & CSTOPB)
drivers/tty/serial/pmac_zilog.c
1022
if (cflag & CSTOPB)
drivers/tty/serial/pxa.c
413
if (termios->c_cflag & CSTOPB)
drivers/tty/serial/qcom_geni_serial.c
1399
if (termios->c_cflag & CSTOPB)
drivers/tty/serial/rda-uart.c
274
if (termios->c_cflag & CSTOPB)
drivers/tty/serial/rp2.c
347
((cfl & CSTOPB) ? RP2_UART_CTL_STOPBITS_m : 0) |
drivers/tty/serial/rsci.c
244
if (termios->c_cflag & CSTOPB)
drivers/tty/serial/sa1100.c
410
if (termios->c_cflag & CSTOPB)
drivers/tty/serial/samsung_tty.c
1553
if (termios->c_cflag & CSTOPB)
drivers/tty/serial/sb1250-duart.c
566
if (termios->c_cflag & CSTOPB)
drivers/tty/serial/sc16is7xx.c
1022
if (termios->c_cflag & CSTOPB)
drivers/tty/serial/sccnxp.c
686
mr2 = (termios->c_cflag & CSTOPB) ? MR2_STOP2 : MR2_STOP1;
drivers/tty/serial/serial-tegra.c
1336
if (termios->c_cflag & CSTOPB)
drivers/tty/serial/serial_txx9.c
605
if (termios->c_cflag & CSTOPB)
drivers/tty/serial/sh-sci.c
2701
if (termios->c_cflag & CSTOPB)
drivers/tty/serial/sifive.c
657
nstop = (termios->c_cflag & CSTOPB) ? 2 : 1;
drivers/tty/serial/sprd_serial.c
804
if (termios->c_cflag & CSTOPB)
drivers/tty/serial/st-asc.c
510
ctrl_val |= (cflag & CSTOPB) ? ASC_CTL_STOP_2BIT : ASC_CTL_STOP_1BIT;
drivers/tty/serial/stm32-usart.c
1207
if (cflag & CSTOPB)
drivers/tty/serial/stm32-usart.c
1245
if (cflag & CSTOPB)
drivers/tty/serial/suncore.c
163
case 2: cflag |= CSTOPB; break;
drivers/tty/serial/sunplus-uart.c
367
if (termios->c_cflag & CSTOPB)
drivers/tty/serial/sunsab.c
697
if (cflag & CSTOPB)
drivers/tty/serial/sunsu.c
771
if (cflag & CSTOPB)
drivers/tty/serial/sunzilog.c
903
if (cflag & CSTOPB)
drivers/tty/serial/tegra-utc.c
300
termios->c_cflag &= ~(CSIZE | CSTOPB | PARENB | PARODD);
drivers/tty/serial/uartlite.c
330
termios->c_cflag &= ~(CSTOPB | PARENB | PARODD | CSIZE);
drivers/tty/serial/ucc_uart.c
874
if (termios->c_cflag & CSTOPB) {
drivers/tty/serial/vt8500_serial.c
378
if (termios->c_cflag & CSTOPB)
drivers/tty/serial/xilinx_uartps.c
901
if (termios->c_cflag & CSTOPB)
drivers/tty/serial/zs.c
887
if (termios->c_cflag & CSTOPB)
drivers/tty/synclink_gt.c
2462
info->params.stop_bits = (cflag & CSTOPB) ? 2 : 1;
drivers/tty/tty_ioctl.c
298
if (cflag & CSTOPB)
drivers/usb/class/cdc-acm.c
1100
newline.bCharFormat = termios->c_cflag & CSTOPB ? 2 : 0;
drivers/usb/serial/ark3116.c
205
if (cflag & CSTOPB)
drivers/usb/serial/belkin_sa.c
366
if ((cflag & CSTOPB) != (old_cflag & CSTOPB)) {
drivers/usb/serial/belkin_sa.c
367
urb_value = (cflag & CSTOPB) ? BELKIN_SA_STOP_BITS(2)
drivers/usb/serial/cp210x.c
1272
tty->termios.c_cflag &= ~(CSIZE | CSTOPB | CMSPAR);
drivers/usb/serial/cypress_m8.c
880
stop_bits = cflag & CSTOPB ? 1 : 0;
drivers/usb/serial/digi_acceleport.c
759
if ((cflag & CSTOPB) != (old_cflag & CSTOPB)) {
drivers/usb/serial/digi_acceleport.c
761
if ((cflag & CSTOPB))
drivers/usb/serial/ftdi_sio.c
2638
if ((old_termios->c_cflag & (CSIZE|PARODD|PARENB|CMSPAR|CSTOPB)) ==
drivers/usb/serial/ftdi_sio.c
2639
(termios->c_cflag & (CSIZE|PARODD|PARENB|CMSPAR|CSTOPB)))
drivers/usb/serial/ftdi_sio.c
2646
value |= (cflag & CSTOPB ? FTDI_SIO_SET_DATA_STOP_BITS_2 :
drivers/usb/serial/io_edgeport.c
2398
if (cflag & CSTOPB) {
drivers/usb/serial/io_ti.c
2271
if (cflag & CSTOPB) {
drivers/usb/serial/iuu_phoenix.c
915
parity |= (cflag & CSTOPB ? IUU_TWO_STOP_BITS : IUU_ONE_STOP_BIT);
drivers/usb/serial/iuu_phoenix.c
950
tty->termios.c_cflag = B9600 | CS8 | CSTOPB | CREAD | PARENB | CLOCAL;
drivers/usb/serial/keyspan.c
2085
msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1;
drivers/usb/serial/keyspan.c
2355
msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1;
drivers/usb/serial/keyspan.c
2531
msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1;
drivers/usb/serial/keyspan.c
2657
msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1;
drivers/usb/serial/kl5kusb105.c
464
|| (cflag & CSTOPB) != (old_cflag & CSTOPB)) {
drivers/usb/serial/kl5kusb105.c
466
tty->termios.c_cflag &= ~(PARENB|PARODD|CSTOPB);
drivers/usb/serial/kobil_sct.c
461
if (c_cflag & CSTOPB)
drivers/usb/serial/mct_u232.c
667
last_lcr |= (cflag & CSTOPB) ?
drivers/usb/serial/mos7720.c
1409
if (cflag & CSTOPB) {
drivers/usb/serial/mos7840.c
1235
if (cflag & CSTOPB) {
drivers/usb/serial/oti6858.c
452
if ((cflag & CSTOPB) != 0)
drivers/usb/serial/spcp8x5.c
354
buf[1] |= (cflag & CSTOPB) ? SET_UART_FORMAT_STOP_2 :
drivers/usb/serial/whiteheat.c
643
if (cflag & CSTOPB)
include/linux/tty.h
90
#define C_CSTOPB(tty) _C_FLAG((tty), CSTOPB)
net/bluetooth/rfcomm/tty.c
912
if ((old->c_cflag & CSTOPB) != (new->c_cflag & CSTOPB))
net/bluetooth/rfcomm/tty.c
918
if (new->c_cflag & CSTOPB)
tools/arch/x86/dell-uart-backlight-emulator/dell-uart-backlight-emulator.c
68
tty.c_cflag &= ~CSTOPB;